]> git.lizzy.rs Git - rust.git/commitdiff
Update changed test output from rustc
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 16 Jan 2018 07:52:14 +0000 (08:52 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 16 Jan 2018 07:52:14 +0000 (08:52 +0100)
tests/ui/conf_bad_arg.stderr
tests/ui/conf_bad_toml.stderr
tests/ui/conf_bad_type.stderr
tests/ui/conf_french_blacklisted_name.stderr
tests/ui/conf_path_non_string.stderr
tests/ui/conf_unknown_key.stderr

index d91729039b1913c733f0a0d9245b8fdf649215dc..66c32aed07aedac2042416c4ae174d12222b21b0 100644 (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_arg.rs:4:1
   |
 4 | #![plugin(clippy(conf_file))]
index 45477ff085546fdd7698632e2ba974505d3d8127..f2a741c70759ea22b364198f4c96a6abe7d53e80 100644 (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"))]
index 0fa40cfca9b51c3beca8b10f79c2f4aceec12157..679418f38b7e406fd41bbfaaba4fada00d3b92a9 100644 (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_type.rs:4:1
   |
 4 | #![plugin(clippy(conf_file="../ui/conf_bad_type.toml"))]
index f7eb174f9a6bb7ff0ee1f5ba9ec03c355b90c2da..71c0d578a6c42cd0a14964335353e6ff1ba3211a 100644 (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_french_blacklisted_name.rs:2:1
   |
 2 | #![plugin(clippy(conf_file="../auxiliary/conf_french_blacklisted_name.toml"))]
index 4b15b5d0e170c14b5c7e3da661f1b7a64aa43e44..f1f679e6b0a72aa820e62add997494e609281330 100644 (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_path_non_string.rs:3:1
   |
 3 | #![plugin(clippy(conf_file=42))]
index c525366c129d4df86041f57f2fba762eb8b9bbfc..fc1c33426f5518dff75903967069ab3f30868d38 100644 (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_unknown_key.rs:4:1
   |
 4 | #![plugin(clippy(conf_file="../auxiliary/conf_unknown_key.toml"))]