Skip to content

Commit 28c3d03

Browse files
committed
Update changed test output from rustc
1 parent d011dae commit 28c3d03

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/ui/conf_bad_arg.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: compiler plugins are experimental and possibly buggy (see issue #29597)
1+
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
22
--> $DIR/conf_bad_arg.rs:4:1
33
|
44
4 | #![plugin(clippy(conf_file))]

tests/ui/conf_bad_toml.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: compiler plugins are experimental and possibly buggy (see issue #29597)
1+
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
22
--> $DIR/conf_bad_toml.rs:4:1
33
|
44
4 | #![plugin(clippy(conf_file="../ui/conf_bad_toml.toml"))]

tests/ui/conf_bad_type.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: compiler plugins are experimental and possibly buggy (see issue #29597)
1+
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
22
--> $DIR/conf_bad_type.rs:4:1
33
|
44
4 | #![plugin(clippy(conf_file="../ui/conf_bad_type.toml"))]

tests/ui/conf_french_blacklisted_name.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: compiler plugins are experimental and possibly buggy (see issue #29597)
1+
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
22
--> $DIR/conf_french_blacklisted_name.rs:2:1
33
|
44
2 | #![plugin(clippy(conf_file="../auxiliary/conf_french_blacklisted_name.toml"))]

tests/ui/conf_path_non_string.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: compiler plugins are experimental and possibly buggy (see issue #29597)
1+
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
22
--> $DIR/conf_path_non_string.rs:3:1
33
|
44
3 | #![plugin(clippy(conf_file=42))]

tests/ui/conf_unknown_key.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: compiler plugins are experimental and possibly buggy (see issue #29597)
1+
error[E0658]: compiler plugins are experimental and possibly buggy (see issue #29597)
22
--> $DIR/conf_unknown_key.rs:4:1
33
|
44
4 | #![plugin(clippy(conf_file="../auxiliary/conf_unknown_key.toml"))]

0 commit comments

Comments
 (0)