Move definition of Edition
from libsyntax to libsyntax_pos
This commit is contained in:
parent
90463a6bdc
commit
ee5b1e15aa
3 changed files with 3 additions and 2 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#![feature(const_fn)]
|
||||
#![feature(custom_attribute)]
|
||||
#![feature(non_exhaustive)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![allow(unused_attributes)]
|
||||
#![feature(specialization)]
|
||||
|
@ -48,6 +49,7 @@ extern crate serialize as rustc_serialize; // used by deriving
|
|||
|
||||
extern crate unicode_width;
|
||||
|
||||
pub mod edition;
|
||||
pub mod hygiene;
|
||||
pub use hygiene::{Mark, SyntaxContext, ExpnInfo, ExpnFormat, NameAndSpan, CompilerDesugaringKind};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue