rust/src/test/ui/parser/raw/raw_string.rs

4 lines
76 B
Rust

fn main() {
let x = r##"lol"#;
//~^ ERROR unterminated raw string
}