diff options
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/diagnostic_list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/diagnostic_list.rs b/src/libsyntax/diagnostic_list.rs index 91265623270..15abad555f4 100644 --- a/src/libsyntax/diagnostic_list.rs +++ b/src/libsyntax/diagnostic_list.rs @@ -380,7 +380,7 @@ the current edition. Erroneous code example: -```compile_fail,E0705 +```ignore (limited to a warning during 2018 edition development) #![feature(rust_2018_preview)] #![feature(raw_identifiers)] // error: the feature `raw_identifiers` is // included in the Rust 2018 edition |
