Skip to content

Commit 8e73c3e

Browse files
committed
make AllocKind actually public
1 parent b094116 commit 8e73c3e

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_const_eval/src/interpret

1 file changed

+1
-1
lines changed

compiler/rustc_const_eval/src/interpret/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub use self::eval_context::{
2323
};
2424
pub use self::intern::{intern_const_alloc_recursive, InternKind};
2525
pub use self::machine::{compile_time_machine, AllocMap, Machine, MayLeak, StackPopJump};
26-
pub use self::memory::{AllocRef, AllocRefMut, FnVal, Memory, MemoryKind};
26+
pub use self::memory::{AllocKind, AllocRef, AllocRefMut, FnVal, Memory, MemoryKind};
2727
pub use self::operand::{ImmTy, Immediate, OpTy, Operand};
2828
pub use self::place::{MPlaceTy, MemPlace, MemPlaceMeta, Place, PlaceTy};
2929
pub use self::validity::{CtfeValidationMode, RefTracking};

0 commit comments

Comments
 (0)