2020-02-18 07:50:48 -06:00
|
|
|
error[E0748]: unterminated raw string
|
2020-03-29 10:34:15 -05:00
|
|
|
--> $DIR/raw-string.rs:2:13
|
2018-02-26 08:04:40 -06:00
|
|
|
|
|
|
|
|
LL | let x = r##"lol"#;
|
2020-03-29 10:12:48 -05:00
|
|
|
| ^ - help: consider terminating the string here: `##`
|
2020-03-28 00:46:20 -05:00
|
|
|
| |
|
|
|
|
| unterminated raw string
|
2018-02-26 08:04:40 -06:00
|
|
|
|
|
|
|
|
= note: this raw string should be terminated with `"##`
|
|
|
|
|
2018-03-15 10:13:47 -05:00
|
|
|
error: aborting due to previous error
|
|
|
|
|
2020-02-18 07:50:48 -06:00
|
|
|
For more information about this error, try `rustc --explain E0748`.
|