X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fhygiene%2Fhygienic-label-3.stderr;h=29d1b67e09f9b88c137729b11efce84a4279a2d3;hb=aa9e6aa8ad96888eb63e391a9d40373283c189b2;hp=52840049f825aa52e6ed6167f83f72c2ab7e9849;hpb=d2df620789cd82a6751320223cd3de87256bf15e;p=rust.git diff --git a/src/test/ui/hygiene/hygienic-label-3.stderr b/src/test/ui/hygiene/hygienic-label-3.stderr index 52840049f82..29d1b67e09f 100644 --- a/src/test/ui/hygiene/hygienic-label-3.stderr +++ b/src/test/ui/hygiene/hygienic-label-3.stderr @@ -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)