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
I tried compiling the std crate after updating the toolchain to 2022-07-05. I got the following error while trying code generation of the std library using the following command line invocation:
./scripts/std-lib-regression.sh
with Kani version: 0.5
I expected to see this happen: Finished Kani codegen for the Rust standard library successfully...
* Update toolchain to 2022-07-05
The updates required were related to the following changes:
- Simplify memory ordering intrinsics
- rust-lang/rust#97423
- once cell renamings
- rust-lang/rust#98165
- Rename the ConstS::val field as kind
- rust-lang/rust#97935
- Remove the source archive functionality of ArchiveWriter
- rust-lang/rust#98098
- Use valtrees as the type-system representation for constant values
- rust-lang/rust#96591
* Codegen unimplemented for unsupported constant slices
See #1339 for more details.
* Fix copyright check
* Use codegen_option_span instead
I tried compiling the std crate after updating the toolchain to 2022-07-05. I got the following error while trying code generation of the std library using the following command line invocation:
with Kani version: 0.5
I expected to see this happen: Finished Kani codegen for the Rust standard library successfully...
Instead, this happened:
The text was updated successfully, but these errors were encountered: