about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2020-06-21 14:08:06 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2020-06-25 13:28:45 +0200
commit33302fa7d225a2d1152f0fe9a52e55fbd85d3017 (patch)
tree9af7ca5663dca36f959325a1335f4dad9d7a29bb
parenteb6d9a49a803ee84c9f9aad7ca5657b4ded76941 (diff)
downloadrust-33302fa7d225a2d1152f0fe9a52e55fbd85d3017.tar.gz
rust-33302fa7d225a2d1152f0fe9a52e55fbd85d3017.zip
Update UI test
-rw-r--r--src/test/ui/parser/byte-string-literals.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ui/parser/byte-string-literals.stderr b/src/test/ui/parser/byte-string-literals.stderr
index ca964cd4b8f..9be90644147 100644
--- a/src/test/ui/parser/byte-string-literals.stderr
+++ b/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
 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`.