Skip to content

Commit d3139b9

Browse files
committed
Rebase fallout
1 parent b820cc7 commit d3139b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use syntax::ast::Mutability;
3030
use super::{
3131
Pointer, AllocId, Allocation, GlobalId, AllocationExtra, InboundsCheck,
3232
EvalResult, Scalar, EvalErrorKind, AllocType, PointerArithmetic,
33-
Machine, AllocMap, MayLeak, ErrorHandled,
33+
Machine, AllocMap, MayLeak, ErrorHandled, AllocationExtra,
3434
};
3535

3636
#[derive(Debug, PartialEq, Eq, Copy, Clone, Hash)]

0 commit comments

Comments
 (0)