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

11 lines
241 B
Text
Raw Normal View History

error: unterminated raw string
--> $DIR/raw_string.rs:2:13
|
LL | let x = r##"lol"#;
| ^ unterminated raw string
|
= note: this raw string should be terminated with `"##`
2018-03-15 16:13:47 +01:00
error: aborting due to previous error