]> git.lizzy.rs Git - rust.git/commitdiff
Rebase fallout
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Wed, 14 Nov 2018 11:19:56 +0000 (12:19 +0100)
committerOliver Scherer <github35764891676564198441@oli-obk.de>
Sat, 24 Nov 2018 10:36:32 +0000 (11:36 +0100)
src/librustc_mir/interpret/memory.rs

index b468943cbf0b12dad99037f5808673074bc60b2c..c7c6dd12846463aee4879479162e895be5ed4cf9 100644 (file)
@@ -30,7 +30,7 @@
 use super::{
     Pointer, AllocId, Allocation, GlobalId, AllocationExtra, InboundsCheck,
     EvalResult, Scalar, EvalErrorKind, AllocType, PointerArithmetic,
-    Machine, AllocMap, MayLeak, ErrorHandled,
+    Machine, AllocMap, MayLeak, ErrorHandled, AllocationExtra,
 };
 
 #[derive(Debug, PartialEq, Eq, Copy, Clone, Hash)]