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:
commit
c110cfa161
@ -3,7 +3,7 @@ current edition, but not in all editions.
|
|||||||
|
|
||||||
Erroneous code example:
|
Erroneous code example:
|
||||||
|
|
||||||
```ignore (limited to a warning during 2018 edition development)
|
```rust2018,compile_fail,E0705
|
||||||
#![feature(rust_2018_preview)]
|
#![feature(rust_2018_preview)]
|
||||||
#![feature(test_2018_feature)] // error: the feature
|
#![feature(test_2018_feature)] // error: the feature
|
||||||
// `test_2018_feature` is
|
// `test_2018_feature` is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user