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

11 lines
241 B
Plaintext
Raw Normal View History

error: unterminated raw string
2018-12-25 08:56:47 -07:00
--> $DIR/raw_string.rs:4: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