mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-10 05:53:10 +00:00
Update UI test
This commit is contained in:
parent
eb6d9a49a8
commit
33302fa7d2
@ -22,7 +22,7 @@ error: byte constant must be ASCII. Use a \xHH escape for a non-ASCII byte
|
||||
LL | b"é";
|
||||
| ^
|
||||
|
||||
error: unterminated double quote byte string
|
||||
error[E0766]: unterminated double quote byte string
|
||||
--> $DIR/byte-string-literals.rs:7:6
|
||||
|
|
||||
LL | b"a
|
||||
@ -32,3 +32,4 @@ LL | | }
|
||||
|
||||
error: aborting due to 5 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0766`.
|
||||
|
Loading…
Reference in New Issue
Block a user