]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/hygienic-label-1.stderr
tweak unresolved label suggestion
[rust.git] / src / test / ui / hygiene / hygienic-label-1.stderr
index 80cd1547b45e7317ef1c6ebfc8508f61f08f1832..d61c0687c1665afa15b559fd11bb3baddc61fbc7 100644 (file)
@@ -2,7 +2,7 @@ error[E0426]: use of undeclared label `'x`
   --> $DIR/hygienic-label-1.rs:2:19
    |
 LL |     () => { break 'x; }
-   |                   ^^ did you mean `'x`?
+   |                   ^^ undeclared label `'x`
 ...
 LL |     'x: loop { foo!() }
    |                ------ in this macro invocation