]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/lex-bad-char-literals-4.stderr
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / test / ui / parser / lex-bad-char-literals-4.stderr
index 8f8f806f6cf61a33e022bfc61c6d267239964bc1..fec4421c48a7c90d84e07579965085d4c9d5d6bd 100644 (file)
@@ -1,4 +1,4 @@
-error: unterminated character literal
+error[E0762]: unterminated character literal
   --> $DIR/lex-bad-char-literals-4.rs:4:5
    |
 LL |     '●
@@ -6,3 +6,4 @@ LL |     '●
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0762`.