[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
|
@ -49,7 +49,7 @@ use syntax_pos::{self, Span, Pos};
|
|||
use syntax::ast;
|
||||
use syntax::symbol::{Symbol, InternedString};
|
||||
use rustc::ty::layout::{self, LayoutOf, HasTyCtxt};
|
||||
use rustc_codegen_ssa::interfaces::*;
|
||||
use rustc_codegen_ssa::traits::*;
|
||||
|
||||
pub mod gdb;
|
||||
mod utils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue