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
In order to support annotations in a #[no_core] environment, and subsequently, #[no_std], we should consider creating a version of Kani library that has no dependency.
The text was updated successfully, but these errors were encountered:
While at it, I also added a `--skip-libs` to skip rebuilding the Kani
libraries and standard library at every `cargo build-dev` execution.
We usually only need to rebuild the libraries when we make changes to
them or when we update the Rust toolchain. Rebuilding them can be quite
time consuming when you are making changes to Kani.
Towards #3226#3153
Co-authored-by: Jaisurya Nanduri <91620234+jaisnan@users.noreply.github.com>
In order to support annotations in a
#[no_core]
environment, and subsequently,#[no_std]
, we should consider creating a version of Kani library that has no dependency.The text was updated successfully, but these errors were encountered: