blob: 342fafc67e20a443117c02c68fc915dba0e138b5 [file] [log] [blame] [edit]
//@ edition:2015
#![deny(rust_2018_compatibility)]
// Don't make a suggestion for a raw identifier replacement unless raw
// identifiers are enabled.
fn main() {
let async = 3; //~ ERROR: is a keyword
//~^ WARN this is accepted in the current edition
}