Move syntax::ext::hygiene
to syntax_pos::hygiene
.
This commit is contained in:
parent
07a34293fa
commit
1979f96549
8 changed files with 24 additions and 18 deletions
|
@ -23,6 +23,7 @@
|
|||
html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
#![deny(warnings)]
|
||||
|
||||
#![feature(const_fn)]
|
||||
#![feature(custom_attribute)]
|
||||
#![allow(unused_attributes)]
|
||||
#![feature(rustc_private)]
|
||||
|
@ -41,6 +42,8 @@ use serialize::{Encodable, Decodable, Encoder, Decoder};
|
|||
extern crate serialize;
|
||||
extern crate serialize as rustc_serialize; // used by deriving
|
||||
|
||||
pub mod hygiene;
|
||||
|
||||
pub type FileName = String;
|
||||
|
||||
/// Spans represent a region of code, used for error reporting. Positions in spans
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue