Move parse-fail tests to UI
This commit is contained in:
parent
554b7874a9
commit
73e1f8970f
541 changed files with 3128 additions and 0 deletions
10
src/test/ui/parser/raw-byte-string-eof.stderr
Normal file
10
src/test/ui/parser/raw-byte-string-eof.stderr
Normal file
|
@ -0,0 +1,10 @@
|
|||
error: unterminated raw string
|
||||
--> $DIR/raw-byte-string-eof.rs:15:6
|
||||
|
|
||||
LL | br##"a"#; //~ unterminated raw string
|
||||
| ^ unterminated raw string
|
||||
|
|
||||
= note: this raw string should be terminated with `"##`
|
||||
|
||||
error: aborting due to previous error
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue