]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/conf_bad_toml.stderr
Update changed test output from rustc
[rust.git] / tests / ui / conf_bad_toml.stderr
index 8ee392f8924820f46a2ef6edb6d2a1c6340153d5..f2a741c70759ea22b364198f4c96a6abe7d53e80 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[E0658]: 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