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