2025-05-28 10:29:08 +00:00
|
|
|
error[E0080]: evaluation panicked: assertion failed: false
|
2025-09-11 09:00:01 +08:00
|
|
|
--> $DIR/assert.rs:5:15
|
2019-11-17 21:11:42 -08:00
|
|
|
|
|
|
|
|
|
LL | const _: () = assert!(false);
|
2025-09-11 09:00:01 +08:00
|
|
|
| ^^^^^^^^^^^^^^ evaluation of `_` failed here
|
2019-11-17 21:11:42 -08:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 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`.
|