You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0425]: cannot find value `crab` in this scope
--> test.rs:2:11
|
2 | break crab;
| ^^^^ not found in this scope
error[E0268]: `break` outside of a loop or labeled block
--> test.rs:2:5
|
2 | break crab;
| ^^^^^^^^^^ cannot `break` outside of a loop or labeled block
error: internal compiler error: It looks like you're trying to break crab; would you like some ICE?
note: the compiler expectedly panicked. this is a feature.
note: we would appreciate a joke overview: https://github.com/crab-lang/crab/issues/43162#issuecomment-320764675
note: crabc 1.72.0 (5680fa18f 2023-08-23) running on x86_64-unknown-linux-gnu
error: aborting due to 3 previous errors
Some errors have detailed explanations: E0268, E0425.
For more information about an error, try `crabc --explain E0268`.
I never wrote break crab in my source code and if I do, I don't get the joke message.
The text was updated successfully, but these errors were encountered:
Code
Meta
rustc --version --verbose
:Error output
I never wrote
break crab
in my source code and if I do, I don't get the joke message.The text was updated successfully, but these errors were encountered: