From a8b5b95d65cec78a0eda6ab2b451f92d12e8bfe5 Mon Sep 17 00:00:00 2001 From: varkor Date: Sun, 5 Aug 2018 17:43:30 +0100 Subject: [PATCH] Fix diagnostic_list error --- src/libsyntax/diagnostic_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ fn main() {} 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 -- 2.44.0