Skip to content

Commit 33302fa

Browse files
committedJun 25, 2020
Update UI test
1 parent eb6d9a4 commit 33302fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/test/ui/parser/byte-string-literals.stderr

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ error: byte constant must be ASCII. Use a \xHH escape for a non-ASCII byte
2222
LL | b"é";
2323
| ^
2424

25-
error: unterminated double quote byte string
25+
error[E0766]: unterminated double quote byte string
2626
--> $DIR/byte-string-literals.rs:7:6
2727
|
2828
LL | b"a
@@ -32,3 +32,4 @@ LL | | }
3232

3333
error: aborting due to 5 previous errors
3434

35+
For more information about this error, try `rustc --explain E0766`.

0 commit comments

Comments
 (0)
Please sign in to comment.