We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 100fb12 + d61540e commit 99140dfCopy full SHA for 99140df
src/doc/unstable-book/src/language-features/plugin.md
@@ -183,6 +183,8 @@ that warns about any item named `lintme`.
183
```rust,ignore
184
#![feature(plugin_registrar)]
185
#![feature(box_syntax, rustc_private)]
186
+#![feature(macro_vis_matcher)]
187
+#![feature(macro_at_most_once_rep)]
188
189
extern crate syntax;
190
0 commit comments