mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-30 20:17:12 +00:00
| .. | ||
| async.rs | ||
| closure.rs | ||
| const-generics.rs | ||
| generic-argument.rs | ||
| impl-keyword-closure.rs | ||
| impl-keyword.rs | ||
| infinite-recursive-type-2.rs | ||
| infinite-recursive-type-2.stderr | ||
| infinite-recursive-type-impl-trait-return.rs | ||
| infinite-recursive-type-impl-trait-return.stderr | ||
| infinite-recursive-type.rs | ||
| infinite-recursive-type.stderr | ||
| README.md | ||
| realistic-async.rs | ||
| trait-alias-closure.rs | ||
| trait-alias.rs | ||
Each of these needs to be in a separate file,
because the span_delayed_bug ICE in rustdoc won't be triggered
if even a single other error was emitted.
However, conceptually they are all testing basically the same thing. See https://github.com/rust-lang/rust/pull/73566#issuecomment-653689128 for more details.