]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/byte-string-literals.stderr
Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco
[rust.git] / src / test / ui / parser / byte-string-literals.stderr
index 4f22a16224f0c3f2b9fc4bc9f4588b19ea0189d4..3b8b3692e053f0fa9fa83133705875f43535a5fe 100644 (file)
@@ -29,7 +29,7 @@ LL |     b"é";
 help: if you meant to use the unicode code point for 'é', use a \xHH escape
    |
 LL |     b"\xE9";
-   |       ^^^^
+   |       ~~~~
 
 error: raw byte string must be ASCII
   --> $DIR/byte-string-literals.rs:7:10