blob: a9d9e13a9d9ec9d8d4d3b99a551145bc625bdbab [file] [log] [blame]
fn main() {
let r#_: ();
//~^ ERROR `_` cannot be a raw identifier
}