]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/conf_bad_arg.stderr
New upstream version 1.27.2+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / conf_bad_arg.stderr
CommitLineData
2c00a5a8 1error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
abe05a73 2 --> $DIR/conf_bad_arg.rs:4:1
ea8adc8c
XL
3 |
44 | #![plugin(clippy(conf_file))]
abe05a73 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ea8adc8c 6 |
abe05a73 7 = help: add #![feature(plugin)] to the crate attributes to enable
ea8adc8c 8
2c00a5a8
XL
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0658`.