We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6d9a4 commit 33302faCopy full SHA for 33302fa
src/test/ui/parser/byte-string-literals.stderr
@@ -22,7 +22,7 @@ error: byte constant must be ASCII. Use a \xHH escape for a non-ASCII byte
22
LL | b"é";
23
| ^
24
25
-error: unterminated double quote byte string
+error[E0766]: unterminated double quote byte string
26
--> $DIR/byte-string-literals.rs:7:6
27
|
28
LL | b"a
@@ -32,3 +32,4 @@ LL | | }
32
33
error: aborting due to 5 previous errors
34
35
+For more information about this error, try `rustc --explain E0766`.
0 commit comments