Split CommonMethods to accomodate for use in back/write.rs
This commit is contained in:
parent
83e07f9fe9
commit
3aee77277e
9 changed files with 29 additions and 24 deletions
|
@ -46,7 +46,7 @@ use syntax_pos::MultiSpan;
|
|||
use syntax_pos::symbol::Symbol;
|
||||
use type_::Type;
|
||||
use context::{is_pie_binary, get_reloc_model, CodegenCx};
|
||||
use interfaces::CommonMethods;
|
||||
use interfaces::CommonWriteMethods;
|
||||
use jobserver::{Client, Acquired};
|
||||
use rustc_demangle;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue