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
Requested feature: Support of using struct.field in loop contracts
Use case: #[kani::loop_invariant(h.x == 2)]
Link to relevant documentation (Rust reference, Nomicon, RFC): #3167
Requested feature: Support of using
struct.field
in loop contractsUse case:
#[kani::loop_invariant(h.x == 2)]
Link to relevant documentation (Rust reference, Nomicon, RFC): #3167
Test case:
The text was updated successfully, but these errors were encountered: