We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b094116 commit 8e73c3eCopy full SHA for 8e73c3e
compiler/rustc_const_eval/src/interpret/mod.rs
@@ -23,7 +23,7 @@ pub use self::eval_context::{
23
};
24
pub use self::intern::{intern_const_alloc_recursive, InternKind};
25
pub use self::machine::{compile_time_machine, AllocMap, Machine, MayLeak, StackPopJump};
26
-pub use self::memory::{AllocRef, AllocRefMut, FnVal, Memory, MemoryKind};
+pub use self::memory::{AllocKind, AllocRef, AllocRefMut, FnVal, Memory, MemoryKind};
27
pub use self::operand::{ImmTy, Immediate, OpTy, Operand};
28
pub use self::place::{MPlaceTy, MemPlace, MemPlaceMeta, Place, PlaceTy};
29
pub use self::validity::{CtfeValidationMode, RefTracking};
0 commit comments