diff options
| author | varkor <github@varkor.com> | 2018-08-05 17:43:30 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-08-05 22:26:06 +0100 |
| commit | a8b5b95d65cec78a0eda6ab2b451f92d12e8bfe5 (patch) | |
| tree | 0838dc44e2d8ed8f712f1e44bf44f1d0b630b2a2 /src/libsyntax | |
| parent | 8d7638fa69134eee7f43a27b1788aa5767f8642b (diff) | |
| download | rust-a8b5b95d65cec78a0eda6ab2b451f92d12e8bfe5.tar.gz rust-a8b5b95d65cec78a0eda6ab2b451f92d12e8bfe5.zip | |
Fix diagnostic_list error
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 |
