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_generics.rs b/tests/test_generics.rs index eda415b..69e648f 100644 --- a/tests/test_generics.rs +++ b/tests/test_generics.rs
@@ -1,5 +1,7 @@ #![cfg(feature = "extra-traits")] +#![feature(rustc_private)] + extern crate syn; use syn::*;