X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fhygiene%2Fhygienic-label-3.stderr;h=cf7f78a99e81883dd4ac2cc36344feee417a41e6;hb=1a1f525bb0d9897673b2445122ffd6f7aa265c9e;hp=29d1b67e09f9b88c137729b11efce84a4279a2d3;hpb=3d5d4e324d683ad5519345089d4a1ecb3c3d1f42;p=rust.git diff --git a/src/test/ui/hygiene/hygienic-label-3.stderr b/src/test/ui/hygiene/hygienic-label-3.stderr index 29d1b67e09f..cf7f78a99e8 100644 --- a/src/test/ui/hygiene/hygienic-label-3.stderr +++ b/src/test/ui/hygiene/hygienic-label-3.stderr @@ -5,7 +5,7 @@ LL | () => { break 'x; } | ^^ undeclared label `'x` ... LL | foo!(); - | ------- in this macro invocation + | ------ in this macro invocation | = note: this error originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)