about summary refs log tree commit diff
path: root/tests/ui/thir-print/break-outside-loop-error-83048.stderr
blob: 65a08e62e3df6c5415c922874d4f627d8979b68a (plain)
1
2
3
4
5
6
7
8
9
error[E0268]: `break` outside of a loop or labeled block
  --> $DIR/break-outside-loop-error-83048.rs:5:5
   |
LL |     break;
   |     ^^^^^ cannot `break` outside of a loop or labeled block

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0268`.