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