tree: 0414d23b15ca8ac7cf4f2741b6ba22aa0a3e2523 [path history] [tgz]
  1. async.rs
  2. closure.rs
  3. const-generics.rs
  4. generic-argument.rs
  5. impl-keyword-closure.rs
  6. impl-keyword.rs
  7. README.md
  8. realistic-async.rs
  9. trait-alias-closure.rs
  10. trait-alias.rs
src/test/rustdoc-ui/error-in-impl-trait/README.md

Each of these needs to be in a separate file, because the delay_span_bug ICE in rustdoc won't be triggerred 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.