mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Update changed test output from rustc
This commit is contained in:
parent
d011dae96d
commit
28c3d0321a
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
error: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
--> $DIR/conf_bad_arg.rs:4:1
|
||||
|
|
||||
4 | #![plugin(clippy(conf_file))]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
error: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
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"))]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
error: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
--> $DIR/conf_bad_type.rs:4:1
|
||||
|
|
||||
4 | #![plugin(clippy(conf_file="../ui/conf_bad_type.toml"))]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
error: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
--> $DIR/conf_french_blacklisted_name.rs:2:1
|
||||
|
|
||||
2 | #![plugin(clippy(conf_file="../auxiliary/conf_french_blacklisted_name.toml"))]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
error: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
--> $DIR/conf_path_non_string.rs:3:1
|
||||
|
|
||||
3 | #![plugin(clippy(conf_file=42))]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
error: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
|
||||
--> $DIR/conf_unknown_key.rs:4:1
|
||||
|
|
||||
4 | #![plugin(clippy(conf_file="../auxiliary/conf_unknown_key.toml"))]
|
||||
|
|
Loading…
Reference in a new issue