]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-50802.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-50802.stderr
index 9da2648b376f74689b2079e1b84b259878bed8ba..9a2ae794293977d261bc855861e84fb4eea14cb5 100644 (file)
@@ -1,5 +1,5 @@
 error[E0590]: `break` or `continue` with no label in the condition of a `while` loop
-  --> $DIR/issue-50802.rs:15:21
+  --> $DIR/issue-50802.rs:5:21
    |
 LL |         break while continue { //~ ERROR E0590
    |                     ^^^^^^^^ unlabeled `continue` in the condition of a `while` loop