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
|
@ -19,7 +19,7 @@ use rustc::ty::TyCtxt;
|
|||
use rustc::ty::layout::{Align, Size};
|
||||
use rustc::session::{config, Session};
|
||||
use rustc_data_structures::small_c_str::SmallCStr;
|
||||
use interfaces::{BuilderMethods, Backend, CommonMethods};
|
||||
use interfaces::{BuilderMethods, Backend, CommonMethods, CommonWriteMethods};
|
||||
use syntax;
|
||||
|
||||
use std::borrow::Cow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue