rust/tests/rustdoc-ui/error-in-impl-trait
许杰友 Jieyou Xu (Joe) 6e48b96692
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
2024-02-22 16:04:04 +00:00
..
README.md fix typo 2024-01-09 10:47:04 +08:00
async.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
closure.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
const-generics.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
generic-argument.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
impl-keyword-closure.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
impl-keyword.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
infinite-recursive-type-2.rs Accept less invalid Rust in rustdoc 2023-10-31 13:58:03 +00:00
infinite-recursive-type-2.stderr Bless rustdoc-ui tests 2023-11-24 19:15:52 +01:00
infinite-recursive-type-impl-trait-return.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
infinite-recursive-type-impl-trait-return.stderr Bless rustdoc-ui tests 2023-11-24 19:15:52 +01:00
infinite-recursive-type.rs Accept less invalid Rust in rustdoc 2023-10-31 13:58:03 +00:00
infinite-recursive-type.stderr Bless rustdoc-ui tests 2023-11-24 19:15:52 +01:00
realistic-async.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
trait-alias-closure.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00
trait-alias.rs [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives 2024-02-22 16:04:04 +00:00

README.md

Each of these needs to be in a separate file, because the span_delayed_bug ICE in rustdoc won't be triggered 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.