2022-10-18 17:08:20 -05:00
|
|
|
error[E0425]: cannot find value `rust` in this scope
|
2022-10-26 06:41:57 -05:00
|
|
|
--> $DIR/track.rs:LL:CC
|
2022-10-18 17:08:20 -05:00
|
|
|
|
|
|
|
|
LL | break rust
|
|
|
|
| ^^^^ not found in this scope
|
2022-10-26 06:41:57 -05:00
|
|
|
-Ztrack-diagnostics: created at compiler/rustc_resolve/src/late/diagnostics.rs:LL:CC
|
2022-10-18 17:08:20 -05:00
|
|
|
|
2022-11-04 20:11:50 -05:00
|
|
|
error[E0268]: `break` outside of a loop or labeled block
|
2022-10-26 06:41:57 -05:00
|
|
|
--> $DIR/track.rs:LL:CC
|
2022-10-18 17:08:20 -05:00
|
|
|
|
|
|
|
|
LL | break rust
|
2022-11-04 20:11:50 -05:00
|
|
|
| ^^^^^^^^^^ cannot `break` outside of a loop or labeled block
|
2022-10-31 10:14:29 -05:00
|
|
|
-Ztrack-diagnostics: created at compiler/rustc_passes/src/loops.rs:LL:CC
|
2022-10-18 17:08:20 -05:00
|
|
|
|
|
|
|
error: internal compiler error: It looks like you're trying to break rust; would you like some ICE?
|
2023-12-18 14:47:39 -06:00
|
|
|
--> $DIR/track.rs:LL:CC
|
|
|
|
|
|
|
|
|
LL | break rust
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
-Ztrack-diagnostics: created at compiler/rustc_hir_typeck/src/lib.rs:LL:CC
|
|
|
|
|
|
|
|
|
= note: the compiler expectedly panicked. this is a feature.
|
|
|
|
= note: we would appreciate a joke overview: https://github.com/rust-lang/rust/issues/43162#issuecomment-320764675
|
|
|
|
= note: rustc $VERSION running on $TARGET
|
|
|
|
= note: compiler flags: ... -Z ui-testing ... -Z track-diagnostics
|
2022-10-18 17:08:20 -05:00
|
|
|
|
2023-12-18 14:47:39 -06:00
|
|
|
thread 'rustc' panicked at compiler/rustc_hir_typeck/src/lib.rs:LL:CC:
|
|
|
|
Box<dyn Any>
|
|
|
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
2022-10-18 17:08:20 -05:00
|
|
|
|
2023-12-18 14:47:39 -06:00
|
|
|
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
|
2022-10-18 17:08:20 -05:00
|
|
|
|
2024-04-09 08:58:52 -05:00
|
|
|
note: please make sure that you have updated to the latest nightly
|
|
|
|
|
2022-10-24 16:19:48 -05:00
|
|
|
note: rustc $VERSION running on $TARGET
|
2022-10-18 17:08:20 -05:00
|
|
|
|
2023-08-23 23:43:52 -05:00
|
|
|
note: compiler flags: ... -Z ui-testing ... -Z track-diagnostics
|
|
|
|
|
2023-12-18 14:47:39 -06:00
|
|
|
query stack during panic:
|
|
|
|
#0 [typeck] type-checking `main`
|
|
|
|
#1 [analysis] running analysis passes on this crate
|
|
|
|
end of query stack
|
2022-10-18 17:08:20 -05:00
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|
|
|
|
Some errors have detailed explanations: E0268, E0425.
|
|
|
|
For more information about an error, try `rustc --explain E0268`.
|