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
bash-5.2# cargo-circus into fstar
Compiling edhoc-consts v0.1.0 (/edhoc-rs/consts)
error[CE0001]: Diagnostics.Context.ThirImport: Unimplemented { issue_id: None, details: Some("Repeat") }
--> consts/src/lib.rs:123:5
|
123 | array!(BytesEad2, 0, U8);
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `_array_base` which comes from the expansion of the macro `array` (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile `edhoc-consts` due to previous error
How to reproduce
Basically, clone edhoc-rs, checkout the appropriate branch/commit, remove default-features = false from edhoc-rs/hacspec/Cargo.toml, and run cargo-circus into fstar.
I tried just now with @98 merged, I'm able to translate the crate edhoc-consts, but then, I hit #27.
I think this issue should be closed, but you hit another bug right after :(
Output when building (using docker):
How to reproduce
Basically, clone
edhoc-rs
, checkout the appropriate branch/commit, removedefault-features = false
fromedhoc-rs/hacspec/Cargo.toml
, and runcargo-circus into fstar
.Here is a quick copy-paste using docker:
The text was updated successfully, but these errors were encountered: