rust/src/test/rustdoc-ui/error-in-impl-trait
Oli Scherer 1f7df1956a Replace type_alias_impl_trait by min_type_alias_impl_trait with no actual changes in behaviour
This makes `type_alias_impl_trait` not actually do anything anymore
2021-03-15 17:32:43 +00:00
..
async.rs Fix async-std at the price of breaking half the test suite 2020-08-03 21:26:54 -04:00
closure.rs Fix async-std at the price of breaking half the test suite 2020-08-03 21:26:54 -04:00
const-generics.rs update tests 2020-12-26 18:24:10 +01:00
generic-argument.rs Fix async-std at the price of breaking half the test suite 2020-08-03 21:26:54 -04:00
impl-keyword-closure.rs Fix async-std at the price of breaking half the test suite 2020-08-03 21:26:54 -04:00
impl-keyword.rs Fix async-std at the price of breaking half the test suite 2020-08-03 21:26:54 -04:00
README.md Recurse into function bodies, but don't typeck closures 2020-07-15 10:54:05 -04:00
realistic-async.rs Add more realistic example of async error 2020-08-03 21:26:59 -04:00
trait-alias-closure.rs Replace type_alias_impl_trait by min_type_alias_impl_trait with no actual changes in behaviour 2021-03-15 17:32:43 +00:00
trait-alias.rs Replace type_alias_impl_trait by min_type_alias_impl_trait with no actual changes in behaviour 2021-03-15 17:32:43 +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.