Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybosamiya-ms committed Jul 5, 2024
1 parent c3d2e50 commit a432617
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 10 additions & 0 deletions examples/foo.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mod foo {
verus! {

fn foo() {
}

// x
// y
} // verus!
}
2 changes: 0 additions & 2 deletions examples/ironfleet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2899,7 +2899,6 @@ pub open spec fn is_valid_lio_op<IdType, MessageType>(
// send interaces.
// LIoOpOrderingOKForAction
// LIoOpSeqCompatibleWithReduction

} // verus!
// verus
}
Expand Down Expand Up @@ -12360,7 +12359,6 @@ pub proof fn flatten_sets_singleton_auto<A>()

// TODO(Tej): We strongly suspect there is a trigger loop in these auto
// lemmas somewhere, but it's not easy to see from the profiler yet.

} // verus!
}
}
Expand Down
1 change: 0 additions & 1 deletion examples/pagetable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10722,7 +10722,6 @@ pub open spec fn next(s1: HWVariables, s2: HWVariables) -> bool {
// HWStep::TLBEvict { vaddr } => (),
// }
// }

} // verus!
}

Expand Down

0 comments on commit a432617

Please sign in to comment.