commit | 1fd376743c5188e12bb9e3a39d2f8007636f7345 | [log] [tgz] |
---|---|---|
author | xd009642 <danielmckenna93@gmail.com> | Thu Oct 04 16:39:45 2018 +0100 |
committer | xd009642 <danielmckenna93@gmail.com> | Thu Oct 04 16:39:45 2018 +0100 |
tree | 18204c67e9fd5adf3f6486ef22b94960cbb29675 | |
parent | 79e40a113b51836f33214c6d00228934b41bd4ad [diff] [blame] |
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)]