1
Fork 0

Move parse-fail tests to UI

This commit is contained in:
Vadim Petrochenkov 2018-10-20 23:36:17 +03:00
parent 554b7874a9
commit 73e1f8970f
541 changed files with 3128 additions and 0 deletions

View 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