]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/hygienic-label-4.stderr
tweak unresolved label suggestion
[rust.git] / src / test / ui / hygiene / hygienic-label-4.stderr
index 4f9a68ca8311b95827ca3d61a3d9f33d658c88cc..1c93da02f614255954b402ff4e189c562d1310fa 100644 (file)
@@ -1,8 +1,8 @@
 error[E0426]: use of undeclared label `'x`
   --> $DIR/hygienic-label-4.rs:6:16
    |
-LL |     foo!(break 'x); //~ ERROR use of undeclared label `'x`
-   |                ^^ did you mean `'x`?
+LL |     foo!(break 'x);
+   |                ^^ undeclared label `'x`
 
 error: aborting due to previous error