]> git.proxmox.com Git - rustc.git/blobdiff - 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
index 8ee392f8924820f46a2ef6edb6d2a1c6340153d5..45477ff085546fdd7698632e2ba974505d3d8127 100644 (file)
@@ -1,4 +1,8 @@
-error: error reading Clippy's configuration file: expected an equals, found an identifier at line 1
-
-error: aborting due to previous error
+error: compiler plugins are experimental and possibly buggy (see issue #29597)
+ --> $DIR/conf_bad_toml.rs:4:1
+  |
+4 | #![plugin(clippy(conf_file="../ui/conf_bad_toml.toml"))]
+  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+  |
+  = help: add #![feature(plugin)] to the crate attributes to enable