Update syntex to 0.37

This commit is contained in:
David Tolnay
2016-07-02 18:12:26 -07:00
parent 47c7387279
commit d450de1482
11 changed files with 47 additions and 42 deletions
+4
View File
@@ -5,10 +5,14 @@
#[cfg(feature = "with-syntex")]
#[macro_use]
extern crate syntex_syntax as syntax;
#[cfg(feature = "with-syntex")]
extern crate syntex_errors as errors;
#[cfg(not(feature = "with-syntex"))]
#[macro_use]
extern crate syntax;
#[cfg(not(feature = "with-syntex"))]
extern crate rustc_errors as errors;
pub mod ast;
pub mod attr;