We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f563f7 commit bc70252Copy full SHA for bc70252
compiler/rustc_error_codes/src/error_codes/E0498.md
@@ -12,7 +12,7 @@ The `#[plugin]` attribute should take a single argument: the name of the plugin.
12
13
For example, for the plugin `foo`:
14
15
-```
+```ignore (requires external plugin crate)
16
#![feature(plugin)]
17
#![plugin(foo)] // ok!
18
```
0 commit comments