We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f61a79 commit 3246a1fCopy full SHA for 3246a1f
mini-macro/src/lib.rs
@@ -1,4 +1,4 @@
1
-#![feature(proc_macro, proc_macro_non_items)]
+#![feature(use_extern_macros, proc_macro_quote, proc_macro_non_items)]
2
extern crate proc_macro;
3
4
use proc_macro::{TokenStream, quote};
0 commit comments