]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/conf_unknown_key.stderr
New upstream version 1.23.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / conf_unknown_key.stderr
CommitLineData
abe05a73
XL
1error: compiler plugins are experimental and possibly buggy (see issue #29597)
2 --> $DIR/conf_unknown_key.rs:4:1
3 |
44 | #![plugin(clippy(conf_file="../auxiliary/conf_unknown_key.toml"))]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = help: add #![feature(plugin)] to the crate attributes to enable
ea8adc8c 8