tree: 8786a1c24f31087c2f2b5a61d97ed5baae4b7e90 [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
tests/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.