New files and folders for traits
Moved common enums to common
This commit is contained in:
parent
7a2670e307
commit
d577ec7e5f
23 changed files with 188 additions and 172 deletions
|
@ -55,7 +55,7 @@ use builder::{Builder, MemFlags};
|
|||
use callee;
|
||||
use common::{C_bool, C_bytes_in_context, C_usize};
|
||||
use rustc_mir::monomorphize::item::DefPathBasedNames;
|
||||
use common::{C_struct_in_context, C_array, val_ty};
|
||||
use common::{C_struct_in_context, C_array, val_ty, IntPredicate, RealPredicate};
|
||||
use consts;
|
||||
use context::CodegenCx;
|
||||
use debuginfo;
|
||||
|
@ -75,7 +75,7 @@ use rustc_data_structures::small_c_str::SmallCStr;
|
|||
use rustc_data_structures::sync::Lrc;
|
||||
use rustc_data_structures::indexed_vec::Idx;
|
||||
|
||||
use traits::{IntPredicate, RealPredicate, BuilderMethods};
|
||||
use interfaces::BuilderMethods;
|
||||
|
||||
use std::any::Any;
|
||||
use std::cmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue