You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[HaxFront]: Supposely unreachable place in the Rust AST. The label is "PlaceConstantIndexNotSlice".
This error report happend because some assumption about the Rust AST was broken.
Context:
- current_ty: [&mut [u8]; 1]
- current_kind: Local(
Local(
1,
),
)
- elem: ConstantIndex {
offset: 0,
min_length: 1,
from_end: false,
}
|
= note: ⚠️ This is a bug in Hax's frontend.
Please report this error to https://github.com/hacspec/hax/issues with some context (e.g. the current crate)!
error: Thread panicked when extracting body.
--> src/main.rs:67:1
|
67 | fn split_at_mut_1(out: [&mut [u8]; 1], mid: usize) -> ([&mut [u8]; 1], [&mut [u8]; 1]) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ ERROR charon_driver:200] The extraction encountered 1 errors
error: could not compile `where_clauses_simple` (bin "where_clauses_simple") due to 2 previous errors
The text was updated successfully, but these errors were encountered:
This commit bumps hax-frontend-exporter's version, so that Charon uses
a hax frontend in which cryspen/hax#680 is
fixed. This is useful for extracting the `libcrux-sha3` crate.
Repro:
I obtain:
The text was updated successfully, but these errors were encountered: