Skip to content

Commit 09f758f

Browse files
committed
Remove ` ignore```` from E0705 test
1 parent 05c0738 commit 09f758f

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)