Skip to content

Commit c110cfa

Browse files
committed
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.
2 parents 3d0ac7e + 09f758f commit c110cfa

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0705.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ current edition, but not in all editions.
33

44
Erroneous code example:
55

6-
```ignore (limited to a warning during 2018 edition development)
6+
```rust2018,compile_fail,E0705
77
#![feature(rust_2018_preview)]
88
#![feature(test_2018_feature)] // error: the feature
99
// `test_2018_feature` is

0 commit comments

Comments
 (0)