Skip to content

Commit bc70252

Browse files
committed
Mark code as ignored due to requiring external plugin
1 parent 7f563f7 commit bc70252

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0498.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `#[plugin]` attribute should take a single argument: the name of the plugin.
1212

1313
For example, for the plugin `foo`:
1414

15-
```
15+
```ignore (requires external plugin crate)
1616
#![feature(plugin)]
1717
#![plugin(foo)] // ok!
1818
```

0 commit comments

Comments
 (0)