File tree 1 file changed +5
-5
lines changed
surveys/2023-annual-survey
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -630,16 +630,16 @@ Nightly or unstable feature:
630
630
- I wish the Rust project to not add major new features (or slow down the pace of development)
631
631
- Specialization ([ RFC #1210 ] ( https://github.com/rust-lang/rust/issues/31844 ) )
632
632
- Generators/coroutines ([ RFC #2033 ] ( https://github.com/rust-lang/rust/issues/43122 ) )
633
- - Async closures ([ rfc #2532 ] ( https://github.com/rust-lang/rust/issues/62290 ) )
633
+ - Async closures ([ RFC #2532 ] ( https://github.com/rust-lang/rust/issues/62290 ) )
634
634
- If/while let chains ([ eRFC #2497 ] ( https://github.com/rust-lang/rust/issues/53667 ) )
635
635
- Try blocks ([ RFC #243 ] ( https://github.com/rust-lang/rust/issues/31436 ) )
636
- - Never type
637
- - Improved traits (trait alias, implied bounds, associated type defaults) ( [ RFC # 1733 ] ( https://github.com/rust-lang/rust/issues/41517 ) )
636
+ - Never type ( [ RFC # 1216 ] ( https://github.com/rust-lang/rust/issues/35121 ) )
637
+ - Improved traits (trait alias, implied bounds, associated type defaults)
638
638
- Improved const (generic const expressions, const expr for custom types, const trait methods)
639
639
- Compile time reflection (variadic generics)
640
640
- Enum variant types ([ RFC #2593 ] ( https://github.com/rust-lang/lang-team/issues/122 ) )
641
- - Allocator trait, better OOM handling
642
- - Stable ABI
641
+ - Allocator trait, better OOM handling ( https://github.com/rust-lang/rust/issues/32838 )
642
+ - Stable ABI ( https://github.com/rust-lang/rust/issues/111423 )
643
643
- Other (please specify)
644
644
645
645
> ** justification**
You can’t perform that action at this time.
0 commit comments