]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/format_push_string.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / format_push_string.stderr
index 953784bcc0684748ba65d296931fb27fb8015c04..d7be9a5f206c1675954c096dc5a5811ef9a25659 100644 (file)
@@ -4,8 +4,8 @@ error: `format!(..)` appended to existing `String`
 LL |     string += &format!("{:?}", 1234);
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: `-D clippy::format-push-string` implied by `-D warnings`
    = help: consider using `write!` to avoid the extra allocation
+   = note: `-D clippy::format-push-string` implied by `-D warnings`
 
 error: `format!(..)` appended to existing `String`
   --> $DIR/format_push_string.rs:6:5