Replies: 2 comments
-
Hi @QinyuanWu. This is a bug in Kani. Can you file an issue in the Kani repository? The issue should be reproducible outside of the verify-rust-std repository (i.e. try reproducing it by creating a Rust package using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Kani issue opened: model-checking/kani#3631 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on the harness for
NonNull::from_raw_parts
and was experimenting with calling the API withtrait
objects:Contract on
from_raw_parts
:However I received the following compilation error:
It looks like the right side(NonNull object) is empty but I'm not sure what caused that. Is it because I initialized the value in the trait object to be
kani::any()
? Appreciate any guidance. Thank you! @zhassan-awsBeta Was this translation helpful? Give feedback.
All reactions