rust/src/test/rustdoc-ui/error-in-impl-trait
Bastian Kauschke c4ba60a191 update tests
2020-12-26 18:24:10 +01: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 Fix async-std at the price of breaking half the test suite 2020-08-03 21:26:54 -04:00
trait-alias.rs Fix async-std at the price of breaking half the test suite 2020-08-03 21:26:54 -04: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.