We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd194ef commit 0aa2aa8Copy full SHA for 0aa2aa8
src/librustc_mir/interpret/memory.rs
@@ -30,7 +30,7 @@ use syntax::ast::Mutability;
30
use super::{
31
Pointer, AllocId, Allocation, ConstValue, GlobalId,
32
EvalResult, Scalar, EvalErrorKind, AllocType, PointerArithmetic,
33
- Machine, MemoryAccess, AllocMap, MayLeak, ScalarMaybeUndef, AllocationExtra, ErrorHandled,
+ Machine, AllocMap, MayLeak, ScalarMaybeUndef, AllocationExtra, ErrorHandled,
34
};
35
36
#[derive(Debug, PartialEq, Eq, Copy, Clone, Hash)]
0 commit comments