Skip to content

Commit 5687310

Browse files
authored
Merge pull request #347 from Kobzol/survey-2025-features
Add declarative macros attributes and derives to features to be stabilized
2 parents a620f17 + a7464ef commit 5687310

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

surveys/2025/annual-survey/questions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ Features:
369369
- [Associated type defaults](https://rust-lang.github.io/rfcs/2532-associated-type-defaults.html)
370370
- [Generic const expressions](https://github.com/rust-lang/rust/issues/76560)
371371
- [Const trait methods](https://github.com/rust-lang/rust/issues/67792)
372+
- [Declarative (macro_rules!) attributes (#[attr]) and derives (#[derive(Trait)])](https://github.com/rust-lang/rust/issues/143549)
372373
- Compile time reflection
373374
- Variadic generics
374375
- [Arbitrary self types](https://github.com/rust-lang/rfcs/blob/master/text/3519-arbitrary-self-types-v2.md)
@@ -384,7 +385,7 @@ Priority:
384385
- Don't need it
385386
- Don't know what it is
386387

387-
### Are there any features not mentioned above that you would like to be prioritised?
388+
### Are there any features not mentioned above that you would like to be prioritized?
388389

389390
Type: free form (optional)
390391

0 commit comments

Comments
 (0)