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