[eddyb] rustc_codegen_ssa: rename interfaces
to traits
.
This commit is contained in:
parent
d1410ada92
commit
0b569249c8
54 changed files with 46 additions and 46 deletions
|
@ -42,7 +42,7 @@ use monomorphize::partitioning::CodegenUnitExt;
|
|||
use rustc_codegen_ssa::mono_item::MonoItemExt;
|
||||
use rustc_data_structures::small_c_str::SmallCStr;
|
||||
|
||||
use rustc_codegen_ssa::interfaces::*;
|
||||
use rustc_codegen_ssa::traits::*;
|
||||
use rustc_codegen_ssa::back::write::submit_codegened_module_to_llvm;
|
||||
|
||||
use std::ffi::CString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue