commit | ca168d9a7c295b416ff2f6905bf33bb03c6dda36 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Thu Oct 04 09:13:25 2018 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 04 09:13:25 2018 -0700 |
tree | 18204c67e9fd5adf3f6486ef22b94960cbb29675 | |
parent | 79e40a113b51836f33214c6d00228934b41bd4ad [diff] | |
parent | 1fd376743c5188e12bb9e3a39d2f8007636f7345 [diff] |
Merge pull request #138 from xd009642/master Adds def site feature to super-unstable
diff --git a/src/lib.rs b/src/lib.rs index 2b20683..14845c4 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -46,7 +46,7 @@ #![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.19")] #![cfg_attr( super_unstable, - feature(proc_macro_raw_ident, proc_macro_span) + feature(proc_macro_raw_ident, proc_macro_span, proc_macro_def_site) )] #[cfg(use_proc_macro)]