]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/allocator.rs
Auto merge of #69636 - RalfJung:miri, r=nikomatsakis
[rust.git] / src / librustc_codegen_llvm / allocator.rs
index 6dcf49f23fe9b4268926e678a830c5aa3deea344..821377db0ee15645f0f5e2335db0e631fc2f2199 100644 (file)
@@ -4,7 +4,7 @@
 use libc::c_uint;
 use rustc::bug;
 use rustc::ty::TyCtxt;
-use syntax::expand::allocator::{AllocatorKind, AllocatorTy, ALLOCATOR_METHODS};
+use rustc_ast::expand::allocator::{AllocatorKind, AllocatorTy, ALLOCATOR_METHODS};
 
 use crate::llvm::{self, False, True};
 use crate::ModuleLlvm;