Skip to content

Commit a8b5b95

Browse files
committed
Fix diagnostic_list error
1 parent 8d7638f commit a8b5b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/diagnostic_list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ the current edition.
380380
381381
Erroneous code example:
382382
383-
```compile_fail,E0705
383+
```ignore (limited to a warning during 2018 edition development)
384384
#![feature(rust_2018_preview)]
385385
#![feature(raw_identifiers)] // error: the feature `raw_identifiers` is
386386
// included in the Rust 2018 edition

0 commit comments

Comments
 (0)