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