1
Fork 0

Update tests

This commit is contained in:
Vadim Petrochenkov 2019-03-09 15:03:44 +03:00
parent 2060d49c39
commit fa72a81bea
2648 changed files with 6703 additions and 6703 deletions

View file

@ -1,7 +1,7 @@
error: unterminated raw string
--> $DIR/raw-byte-string-eof.rs:2:6
|
LL | br##"a"#; //~ unterminated raw string
LL | br##"a"#;
| ^ unterminated raw string
|
= note: this raw string should be terminated with `"##`