Skip to content

Commit 22c023f

Browse files
committed
Modify links
1 parent 2892842 commit 22c023f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

surveys/2023-annual-survey/questions.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -630,16 +630,16 @@ Nightly or unstable feature:
630630
- I wish the Rust project to not add major new features (or slow down the pace of development)
631631
- Specialization ([RFC#1210](https://github.com/rust-lang/rust/issues/31844))
632632
- 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))
634634
- If/while let chains ([eRFC#2497](https://github.com/rust-lang/rust/issues/53667))
635635
- 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)
638638
- Improved const (generic const expressions, const expr for custom types, const trait methods)
639639
- Compile time reflection (variadic generics)
640640
- 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)
643643
- Other (please specify)
644644

645645
> **justification**

0 commit comments

Comments
 (0)