[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
|
@ -21,7 +21,7 @@ use rustc::ty::query::Providers;
|
|||
use rustc_data_structures::sync::Lrc;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
use rustc_target::spec::PanicStrategy;
|
||||
use rustc_codegen_ssa::interfaces::*;
|
||||
use rustc_codegen_ssa::traits::*;
|
||||
|
||||
use attributes;
|
||||
use llvm::{self, Attribute};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue