rust/tests/ui/parser/raw/raw-str-unterminated.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
324 B
Plaintext
Raw Normal View History

2020-02-18 07:50:48 -06:00
error[E0748]: unterminated raw string
--> $DIR/raw-str-unterminated.rs:2:5
2018-10-20 15:36:17 -05:00
|
LL | r#" string literal goes on
| ^ unterminated raw string
|
= note: this raw string should be terminated with `"#`
error: aborting due to previous error
2020-02-18 07:50:48 -06:00
For more information about this error, try `rustc --explain E0748`.