]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/hygienic-label-3.stderr
Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by default
[rust.git] / src / test / ui / hygiene / hygienic-label-3.stderr
index 52840049f825aa52e6ed6167f83f72c2ab7e9849..29d1b67e09f9b88c137729b11efce84a4279a2d3 100644 (file)
@@ -4,8 +4,8 @@ error[E0426]: use of undeclared label `'x`
 LL |     () => { break 'x; }
    |                   ^^ undeclared label `'x`
 ...
-LL |         foo!()
-   |         ------ in this macro invocation
+LL |         foo!();
+   |         ------- in this macro invocation
    |
    = note: this error originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)