commit | cbec8ec2f16f16bfc705fcec2e1981aba16fc112 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Fri Jun 02 13:19:33 2017 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Fri Jun 02 13:22:18 2017 -0700 |
tree | 1c1f46e627d3e0fb6c433484e0ec092327902ec3 | |
parent | 4b726486b477c9832e045cf81d5959b8d955b7c5 [diff] [blame] |
Fill out an unstable implementation This is verified to compile and work against the current version of rust-lang/rust#40939.
diff --git a/src/lib.rs b/src/lib.rs index d4b8b23..269cf73 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -1,3 +1,5 @@ +#![cfg_attr(feature = "unstable", feature(proc_macro))] + extern crate proc_macro; #[cfg(not(feature = "unstable"))]