1
Fork 0

rustc: move rustc_front to rustc::hir.

This commit is contained in:
Eduard Burtescu 2016-03-29 08:50:44 +03:00
parent 772c600d4d
commit 8b0937293b
194 changed files with 419 additions and 566 deletions

View file

@ -20,7 +20,7 @@ use syntax::ast;
use syntax::ast::{Name, NodeId};
use syntax::attr;
use syntax::ptr::P;
use rustc_front::hir;
use rustc::hir;
pub struct Module {
pub name: Option<Name>,