I'm trying to use the kani vscode extension to verify contracts and proofs in the verify-rust-std repository. Does the extension work with this type of folder structure right now? I tried to open couple rust files(library/core/src/ptr/non_null.rs) inside the repo that contains contracts and proofs but I don't see the Test pop up on the left and there is an error message saying that kani could not detect the crate. Thanks!
I'm trying to use the kani vscode extension to verify contracts and proofs in the verify-rust-std repository. Does the extension work with this type of folder structure right now? I tried to open couple rust files(
library/core/src/ptr/non_null.rs) inside the repo that contains contracts and proofs but I don't see the Test pop up on the left and there is an error message saying that kani could not detect the crate. Thanks!