]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/byte-string-literals.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / byte-string-literals.stderr
index ca964cd4b8f21e995c1cfc2b1e75af5849b249ac..9be9064414796b52b1b10131584e1b6cc98a6087 100644 (file)
@@ -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`.