Files
rust/tests/ui/loop-match/panic-in-const.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
348 B
Plaintext
Raw Normal View History

error[E0080]: evaluation panicked: diverge!
--> $DIR/panic-in-const.rs:5:31
|
LL | const CONST_THAT_PANICS: u8 = panic!("diverge!");
| ^^^^^^^^^^^^^^^^^^ evaluation of `CONST_THAT_PANICS` failed here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.