diff options
| author | bors <bors@rust-lang.org> | 2022-05-03 00:45:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-05-03 00:45:18 +0000 |
| commit | c110cfa161aab391bd37c16a95b8330bfc7e54ce (patch) | |
| tree | 7aeafe859870caf0663a7814a419cd51a93f888f | |
| parent | 3d0ac7ea23888438752957eeeb5aa2b73b4fda72 (diff) | |
| parent | 09f758fe3bb57a3dd4b0cf7881c9f9d903d53637 (diff) | |
| download | rust-c110cfa161aab391bd37c16a95b8330bfc7e54ce.tar.gz rust-c110cfa161aab391bd37c16a95b8330bfc7e54ce.zip | |
Auto merge of #96580 - CAD97:E0705-no-ignore, r=michaelwoerister
Remove `ignore` from E0705 test Spotted this, and I think this can be made to test now.
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0705.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0705.md b/compiler/rustc_error_codes/src/error_codes/E0705.md index 1edd47de4cb..eb76d1836fc 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0705.md +++ b/compiler/rustc_error_codes/src/error_codes/E0705.md @@ -3,7 +3,7 @@ current edition, but not in all editions. Erroneous code example: -```ignore (limited to a warning during 2018 edition development) +```rust2018,compile_fail,E0705 #![feature(rust_2018_preview)] #![feature(test_2018_feature)] // error: the feature // `test_2018_feature` is |
