mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Update UI tests
This commit is contained in:
parent
f439de36af
commit
8ce9460b7a
@ -1,4 +1,4 @@
|
||||
error: unterminated raw string
|
||||
error[E0748]: unterminated raw string
|
||||
--> $DIR/raw-byte-string-eof.rs:2:5
|
||||
|
|
||||
LL | br##"a"#;
|
||||
@ -8,3 +8,4 @@ LL | br##"a"#;
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0748`.
|
||||
|
@ -1,4 +1,4 @@
|
||||
error: unterminated raw string
|
||||
error[E0748]: unterminated raw string
|
||||
--> $DIR/raw-str-unterminated.rs:2:5
|
||||
|
|
||||
LL | r#" string literal goes on
|
||||
@ -8,3 +8,4 @@ LL | r#" string literal goes on
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0748`.
|
||||
|
@ -1,4 +1,4 @@
|
||||
error: unterminated raw string
|
||||
error[E0748]: unterminated raw string
|
||||
--> $DIR/raw_string.rs:2:13
|
||||
|
|
||||
LL | let x = r##"lol"#;
|
||||
@ -8,3 +8,4 @@ LL | let x = r##"lol"#;
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0748`.
|
||||
|
Loading…
Reference in New Issue
Block a user