1
Fork 0

Mark code as ignored due to requiring external plugin

This commit is contained in:
Chris Midgley 2021-07-27 19:44:50 +01:00
parent 7f563f7f4e
commit bc70252f50

View file

@ -12,7 +12,7 @@ The `#[plugin]` attribute should take a single argument: the name of the plugin.
For example, for the plugin `foo`:
```
```ignore (requires external plugin crate)
#![feature(plugin)]
#![plugin(foo)] // ok!
```