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.
1 parent 1731f0a commit d61540eCopy full SHA for d61540e
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