We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e90f7f commit 468ea83Copy full SHA for 468ea83
src/test/ui/parser/raw/raw-str-long.stderr
@@ -1,5 +1,5 @@
1
error: unterminated raw string
2
- --> $DIR/raw-string-long.rs:2:13
+ --> $DIR/raw-str-long.rs:2:13
3
|
4
LL | let a = r##"This
5
| ^^^ unterminated raw string
src/test/ui/parser/raw/raw-str.stderr
- --> $DIR/raw_string.rs:2:13
+ --> $DIR/raw-str.rs:2:13
LL | let x = r##"lol"#;
0 commit comments