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.
This commit is contained in:
bors 2022-05-03 00:45:18 +00:00
commit c110cfa161
1 changed files with 1 additions and 1 deletions

View File

@ -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