]> git.lizzy.rs Git - rust.git/blob - src/test/ui/track-diagnostics/track.stderr
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / ui / track-diagnostics / track.stderr
1 error[E0425]: cannot find value `rust` in this scope
2   --> $DIR/track.rs:LL:CC
3    |
4 LL |     break rust
5    |           ^^^^ not found in this scope
6 -Ztrack-diagnostics: created at compiler/rustc_resolve/src/late/diagnostics.rs:LL:CC
7
8 error[E0268]: `break` outside of a loop or labeled block
9   --> $DIR/track.rs:LL:CC
10    |
11 LL |     break rust
12    |     ^^^^^^^^^^ cannot `break` outside of a loop or labeled block
13 -Ztrack-diagnostics: created at compiler/rustc_passes/src/loops.rs:LL:CC
14
15 error: internal compiler error: It looks like you're trying to break rust; would you like some ICE?
16
17 note: the compiler expectedly panicked. this is a feature.
18
19 note: we would appreciate a joke overview: https://github.com/rust-lang/rust/issues/43162#issuecomment-320764675
20
21 note: rustc $VERSION running on $TARGET
22
23 error: aborting due to 3 previous errors
24
25 Some errors have detailed explanations: E0268, E0425.
26 For more information about an error, try `rustc --explain E0268`.