Skip to content

Commit c5bc83b

Browse files
committed
expose MutValueVisitor
1 parent 4ec0ba9 commit c5bc83b

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_mir/interpret

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ pub use self::machine::{Machine, AllocMap, MayLeak};
3939

4040
pub use self::operand::{ScalarMaybeUndef, Immediate, ImmTy, Operand, OpTy};
4141

42-
pub use self::visitor::ValueVisitor;
42+
pub use self::visitor::{ValueVisitor, MutValueVisitor};
4343

4444
pub use self::validity::RefTracking;

0 commit comments

Comments
 (0)