rust/src/test/rustdoc-ui/error-in-impl-trait
Joshua Nelson 2d0e8e2162 --bless
2020-07-15 10:54:05 -04:00
..
async.rs Recurse into function bodies, but don't typeck closures 2020-07-15 10:54:05 -04:00
async.stderr --bless 2020-07-15 10:54:05 -04:00
closure.rs Recurse into function bodies, but don't typeck closures 2020-07-15 10:54:05 -04:00
closure.stderr --bless 2020-07-15 10:54:05 -04:00
generic-argument.rs Don't crash on Vec<DoesNotExist> 2020-07-15 10:54:05 -04:00
generic-argument.stderr --bless 2020-07-15 10:54:05 -04:00
impl-keyword-closure.rs Recurse into function bodies, but don't typeck closures 2020-07-15 10:54:05 -04:00
impl-keyword-closure.stderr --bless 2020-07-15 10:54:05 -04:00
impl-keyword.rs Recurse into function bodies, but don't typeck closures 2020-07-15 10:54:05 -04:00
impl-keyword.stderr --bless 2020-07-15 10:54:05 -04:00
README.md Recurse into function bodies, but don't typeck closures 2020-07-15 10:54:05 -04:00
trait-alias-closure.rs Recurse into function bodies, but don't typeck closures 2020-07-15 10:54:05 -04:00
trait-alias-closure.stderr --bless 2020-07-15 10:54:05 -04:00
trait-alias.rs Recurse into function bodies, but don't typeck closures 2020-07-15 10:54:05 -04:00
trait-alias.stderr --bless 2020-07-15 10:54:05 -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.