2018-02-26 15:04:40 +01:00
|
|
|
error: unterminated raw string
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/raw_string.rs:4:13
|
2018-02-26 15:04:40 +01:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|