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
Only compile as binary target if verifying main function (rust-lang#869)
* Only compile as binary target if verifying main function
In order to verify a harness using `kani` command, user either have to
have a `main` function defined in their crate or they have to set the
env variable RUSTFLAGS to include --crate-type lib.
With these changes, Kani will pick the crate type based on the
--function argument.
* Update call_single_file.rs
0 commit comments