]> git.lizzy.rs Git - rust.git/blob - src/test/ui/malformed/malformed-plugin-2.stderr
Reword malformed attribute input diagnostics
[rust.git] / src / test / ui / malformed / malformed-plugin-2.stderr
1 error: malformed `plugin` attribute input
2   --> $DIR/malformed-plugin-2.rs:2:1
3    |
4 LL | #![plugin="bleh"]
5    | ^^^^^^^^^^^^^^^^^ help: must be of the form: `#[plugin(name|name(args))]`
6
7 error: aborting due to previous error
8