We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e221fa + 4cd8709 commit 2cc19c8Copy full SHA for 2cc19c8
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