]> git.lizzy.rs Git - rust.git/blob - tests/ui/error-codes/E0426.stderr
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / error-codes / E0426.stderr
1 error[E0426]: use of undeclared label `'a`
2   --> $DIR/E0426.rs:3:15
3    |
4 LL |         break 'a;
5    |               ^^ undeclared label `'a`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0426`.