]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/rename.stderr
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / rename.stderr
index 1efc66d442faa98bb23af23fd90009e70fb17cd7..074e3527e8ad1bf28a7fa95c39eba81bd39d9a2e 100644 (file)
@@ -14,5 +14,11 @@ LL | #[warn(clippy::stutter)]
    |
    = note: `-D renamed-and-removed-lints` implied by `-D warnings`
 
-error: aborting due to 2 previous errors
+error: lint `clippy::new_without_default_derive` has been renamed to `clippy::new_without_default`
+  --> $DIR/rename.rs:15:8
+   |
+LL | #[warn(clippy::new_without_default_derive)]
+   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::new_without_default`
+
+error: aborting due to 3 previous errors