]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/missing-semicolon.stderr
Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco
[rust.git] / src / test / ui / parser / missing-semicolon.stderr
index 72f76b6fe3f548ce62809f6a58259d212afec891..e0d5e84ec3177bf8e1467de5a65ac94e515c1f01 100644 (file)
@@ -5,7 +5,7 @@ LL |         $( let x = $e1 )*;
    |            ^^^ expected one of `.`, `;`, `?`, `else`, or an operator
 ...
 LL | fn main() { m!(0, 0; 0, 0); }
-   |             --------------- in this macro invocation
+   |             -------------- in this macro invocation
    |
    = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)