rust/tests/rustdoc-ui/error-in-impl-trait
2023-04-18 14:13:44 +02:00
..
async.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
closure.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-generics.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generic-argument.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-keyword-closure.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-keyword.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
infinite-recursive-type-2.rs Add a failing rustdoc-ui test for public infinite recursive type 2023-04-18 14:13:44 +02:00
infinite-recursive-type-impl-trait-return.rs Add a failing rustdoc-ui test for public infinite recursive type 2023-04-18 14:13:44 +02:00
infinite-recursive-type-impl-trait-return.stderr Add a failing rustdoc-ui test for public infinite recursive type 2023-04-18 14:13:44 +02:00
infinite-recursive-type.rs Add a failing rustdoc-ui test for public infinite recursive type 2023-04-18 14:13:44 +02:00
README.md Move /src/test to /tests 2023-01-11 09:32:08 +00:00
realistic-async.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-alias-closure.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-alias.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00

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.