Skip to content

Commit

Permalink
Start working on for loops
Browse files Browse the repository at this point in the history
  • Loading branch information
parno committed Nov 15, 2023
1 parent ace91ab commit e936a5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/wip.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
verus! {

fn get<'a>(&'a self, k: &K) -> (o: Option<&'a V>) {
a
fn test() {
for CKeyKV { k, v } in v {
res.insert(k, v);
}
}

} // verus!

0 comments on commit e936a5b

Please sign in to comment.