X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_codegen_llvm%2Fallocator.rs;h=821377db0ee15645f0f5e2335db0e631fc2f2199;hb=2b0cfa5b4c5099f45ca540ee1c7d8c1ecd5267d2;hp=6dcf49f23fe9b4268926e678a830c5aa3deea344;hpb=07effe18b01bfe559c6bcdc07ab7f004292bc8cc;p=rust.git diff --git a/src/librustc_codegen_llvm/allocator.rs b/src/librustc_codegen_llvm/allocator.rs index 6dcf49f23fe..821377db0ee 100644 --- a/src/librustc_codegen_llvm/allocator.rs +++ b/src/librustc_codegen_llvm/allocator.rs @@ -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;