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
cargo-miri: use '--config target.runner' rather than the TARGET_RUNNER env vars
That means we can properly escape spaces in our filename. This should fixrust-lang/miri#2417, hopefully for real this time. We can also specify a "leading command" which makes it much easier to disambiguate runner invocations from rustdoc invocations!
Thanks to `@ehuss` for suggesting this.
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
C-FFI is fairly unstable right now and the lack of error handling causes a poor experience when things go wrong.
In this PR, we limit its usage to only support CBMC built-in functions that are explicitly included in Kani and alloc functions from kani_lib.c. User's should still be enable to go back to previous behavior by enabling unstable C-FFI support
Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
fails with
The text was updated successfully, but these errors were encountered: