2025-05-28 10:29:08 +00:00
|
|
|
error[E0080]: `assume` called with `false`
|
2024-04-07 04:30:49 -04:00
|
|
|
--> $DIR/const-assert-unchecked-ub.rs:3:5
|
2023-12-19 11:00:26 -08:00
|
|
|
|
|
|
|
|
|
LL | std::hint::assert_unchecked(n < 32);
|
2025-06-07 11:32:09 +02:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `_` failed here
|
2023-12-19 11:00:26 -08:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|