rust/tests/rustdoc-ui/error-in-impl-trait
Nicholas Nethercote 5d1d384443 Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug.
Because the corresponding `Level` is `DelayedBug` and `span_delayed_bug`
follows the pattern used everywhere else: `span_err`, `span_warning`,
etc.
2023-12-02 09:01:19 +11: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 Bless rustdoc-ui tests 2023-11-24 19:15:52 +01:00
infinite-recursive-type-impl-trait-return.rs
infinite-recursive-type-impl-trait-return.stderr Bless rustdoc-ui tests 2023-11-24 19:15:52 +01:00
infinite-recursive-type.rs
infinite-recursive-type.stderr Bless rustdoc-ui tests 2023-11-24 19:15:52 +01:00
README.md Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
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 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.