blob: b6ed31778839a6958c928be0d418b1be381848d2 [file] [log] [blame]
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`.