commit | a2a1a4a9790d9dcfdf456b370e6bc9a8087233cb | [log] [tgz] |
---|---|---|
author | Nika Layzell <nika@thelayzells.com> | Sun Nov 19 11:33:17 2017 -0500 |
committer | Nika Layzell <nika@thelayzells.com> | Sun Nov 19 11:33:17 2017 -0500 |
tree | 8bf859dd5b735ff821a3be66924f686eb275405e | |
parent | cfa5cc03823c9380301711d92b1284d0f364406e [diff] [blame] |
Get syn tests passing with libsyntax instead of syntex
diff --git a/tests/test_precedence.rs b/tests/test_precedence.rs index 0bddd39..9f43271 100644 --- a/tests/test_precedence.rs +++ b/tests/test_precedence.rs
@@ -1,5 +1,7 @@ #![cfg(all(feature = "full", feature = "fold"))] +#![feature(rustc_private)] + //! The tests in this module do the following: //! //! 1. Parse a given expression in both `syn` and `libsyntax`.