Content-Length: 24320 | pFad | https://doc.rust-lang.org/std/iter/../clone/../../../std/../error_codes/./E0498.html

E0498 - Error codes index

Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Error code E0498

Note: this error code is no longer emitted by the compiler.

The plugin attribute was malformed.

Erroneous code example:

#![feature(plugin)]
#![plugin(foo(args))] // error: invalid argument
#![plugin(bar="test")] // error: invalid argument

The #[plugin] attribute should take a single argument: the name of the plugin.

For example, for the plugin foo:

#![feature(plugin)]
#![plugin(foo)] // ok!

See the plugin feature section of the Unstable book for more details.









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://doc.rust-lang.org/std/iter/../clone/../../../std/../error_codes/./E0498.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy