]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/type_.rs
Rollup merge of #69893 - tmiasko:cstr, r=petrochenkov
[rust.git] / src / librustc_codegen_llvm / type_.rs
index 628b6fe39e6bf9a5ecdbb276341ba45450225959..aacaf130f9aa98bb89093163dbb225ea6319e6e9 100644 (file)
 use crate::type_of::LayoutLlvmExt;
 use rustc::ty::layout::{self, Align, Size, TyLayout};
 use rustc::ty::Ty;
+use rustc_ast::ast;
 use rustc_codegen_ssa::common::TypeKind;
 use rustc_data_structures::small_c_str::SmallCStr;
 use rustc_target::abi::call::{CastTarget, FnAbi, Reg};
-use syntax::ast;
 
 use std::fmt;
 use std::ptr;