]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/raw-byte-string-literals.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / raw-byte-string-literals.stderr
index 4880d1fdbe8a730b9d673174acc711047038b0f1..4076fe334e6533e3ddf1a697d9db181ef1e48512 100644 (file)
@@ -11,10 +11,10 @@ LL |     br"é";
    |        ^
 
 error: found invalid character; only `#` is allowed in raw string delimitation: ~
-  --> $DIR/raw-byte-string-literals.rs:6:6
+  --> $DIR/raw-byte-string-literals.rs:6:5
    |
 LL |     br##~"a"~##;
-   |      ^^^
+   |     ^^^^^
 
 error: aborting due to 3 previous errors