Files
rust/tests/ui/consts/const-assert-unchecked-ub.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
323 B
Plaintext
Raw Normal View History

error[E0080]: `assume` called with `false`
--> $DIR/const-assert-unchecked-ub.rs:3:5
2023-12-19 11:00:26 -08:00
|
LL | std::hint::assert_unchecked(n < 32);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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`.