]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/byte-literals.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / byte-literals.stderr
index 28385f34f2ab2ed2a2a50935b4f2d0ffa9303c00..58a5797b907761f3d9175de9582d4c24ea0feb35 100644 (file)
@@ -34,11 +34,11 @@ error: byte constant must be ASCII. Use a \xHH escape for a non-ASCII byte
 LL |     b'é';
    |       ^
 
-error: unterminated byte constant: b'a
-  --> $DIR/byte-literals.rs:14:5
+error: unterminated byte constant
+  --> $DIR/byte-literals.rs:14:6
    |
 LL |     b'a
-   |     ^^^
+   |      ^^^^
 
 error: aborting due to 7 previous errors