Files
rust/tests/ui/loop-match/panic-in-const.stderr
2025-07-07 13:55:40 +02:00

10 lines
348 B
Plaintext

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`.