We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec0ba9 commit c5bc83bCopy full SHA for c5bc83b
src/librustc_mir/interpret/mod.rs
@@ -39,6 +39,6 @@ pub use self::machine::{Machine, AllocMap, MayLeak};
39
40
pub use self::operand::{ScalarMaybeUndef, Immediate, ImmTy, Operand, OpTy};
41
42
-pub use self::visitor::ValueVisitor;
+pub use self::visitor::{ValueVisitor, MutValueVisitor};
43
44
pub use self::validity::RefTracking;
0 commit comments