New files and folders for traits

Moved common enums to common
This commit is contained in:
Denis Merigoux
2018-08-28 11:11:01 +02:00
committed by Eduard-Mihai Burtescu
parent 7a2670e307
commit d577ec7e5f
23 changed files with 188 additions and 172 deletions

View File

@@ -45,7 +45,7 @@ use syntax_pos::{self, Span, Pos};
use syntax::ast;
use syntax::symbol::{Symbol, InternedString};
use rustc::ty::layout::{self, LayoutOf};
use traits::BuilderMethods;
use interfaces::BuilderMethods;
pub mod gdb;
mod utils;