rustc: move rustc_front to rustc::hir.
This commit is contained in:
parent
772c600d4d
commit
8b0937293b
194 changed files with 419 additions and 566 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue