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 182ed85 commit c3c8c98Copy full SHA for c3c8c98
compiler/rustc_mir/src/const_eval/eval_queries.rs
@@ -1,8 +1,8 @@
1
use super::{CompileTimeEvalContext, CompileTimeInterpreter, ConstEvalErr, MemoryExtra};
2
use crate::interpret::eval_nullary_intrinsic;
3
use crate::interpret::{
4
- intern_const_alloc_recursive, Allocation, ConstValue, GlobalId, Immediate, InternKind,
5
- InterpCx, InterpResult, MPlaceTy, MemoryKind, OpTy, ConstAlloc, RefTracking, Scalar,
+ intern_const_alloc_recursive, Allocation, ConstAlloc, ConstValue, GlobalId, Immediate,
+ InternKind, InterpCx, InterpResult, MPlaceTy, MemoryKind, OpTy, RefTracking, Scalar,
6
ScalarMaybeUninit, StackPopCleanup,
7
};
8
0 commit comments