Skip to content

Commit cc1798b

Browse files
committed
Add docstring for PlaceOperation
1 parent eb05f74 commit cc1798b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kani-compiler/src/kani_middle/transform/check_uninit/delayed_ub/instrumentation_visitor.rs

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ pub struct InstrumentationVisitor<'a, 'tcx> {
3232
tcx: TyCtxt<'tcx>,
3333
}
3434

35+
/// This enum differentiates between different reasons to visit a place, yielding different
36+
/// instrumentation injected.
3537
enum PlaceOperation {
3638
Read,
3739
Write,

0 commit comments

Comments
 (0)