We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e221fa commit 4cd8709Copy full SHA for 4cd8709
src/lib.rs
@@ -44,7 +44,7 @@
44
45
// Proc-macro2 types in rustdoc of other crates get linked to here.
46
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.7")]
47
-#![cfg_attr(feature = "nightly", feature(proc_macro))]
+#![cfg_attr(feature = "nightly", feature(proc_macro_raw_ident, proc_macro_span))]
48
49
#[cfg(feature = "proc-macro")]
50
extern crate proc_macro;
0 commit comments