2021-06-15 18:16:10 -05:00
|
|
|
error[E0080]: evaluation of constant value failed
|
2021-10-03 23:33:43 -05:00
|
|
|
--> $DIR/assert.rs:5:15
|
2019-11-17 23:11:42 -06:00
|
|
|
|
|
|
|
|
LL | const _: () = assert!(false);
|
2021-10-03 23:33:43 -05:00
|
|
|
| ^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: false', $DIR/assert.rs:5:15
|
2019-11-17 23:11:42 -06:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2019-11-17 23:11:42 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2019-11-17 23:11:42 -06:00
|
|
|
|
2021-05-25 20:54:59 -05:00
|
|
|
For more information about this error, try `rustc --explain E0080`.
|