update test stderr

This commit is contained in:
Matthias Krüger 2019-01-27 13:46:22 +01:00
parent 79b1d9adf0
commit 16c0a2fa6f
2 changed files with 20 additions and 2 deletions

View File

@ -30,5 +30,11 @@ error: lint `misaligned_transmute` has been removed: `this lint has been split i
LL | #[warn(misaligned_transmute)]
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 5 previous errors
error: lint `str_to_string` has been removed: `using `str::to_string` is common even today and specialization will likely happen soon`
--> $DIR/deprecated.rs:1:8
|
LL | #[warn(str_to_string)]
| ^^^^^^^^^^^^^
error: aborting due to 6 previous errors

View File

@ -20,5 +20,17 @@ error: lint `clippy::new_without_default_derive` has been renamed to `clippy::ne
LL | #[warn(clippy::new_without_default_derive)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::new_without_default`
error: aborting due to 3 previous errors
error: unknown lint: `stutter`
--> $DIR/rename.rs:1:10
|
LL | #![allow(stutter)]
| ^^^^^^^
error: lint `clippy::stutter` has been renamed to `clippy::module_name_repetitions`
--> $DIR/rename.rs:3:8
|
LL | #[warn(clippy::stutter)]
| ^^^^^^^^^^^^^^^ help: use the new name: `clippy::module_name_repetitions`
error: aborting due to 5 previous errors