]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/mismatching_type_param_order.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / mismatching_type_param_order.stderr
index cb720256c50e5cdd6dd7a60ddeba60bc996bc468..204d4990557740d6d628fa4290f0445ec6947132 100644 (file)
@@ -4,8 +4,8 @@ error: `Foo` has a similarly named generic type parameter `B` in its declaration
 LL |     impl<B, A> Foo<B, A> {}
    |                    ^
    |
-   = note: `-D clippy::mismatching-type-param-order` implied by `-D warnings`
    = help: try `A`, or a name that does not conflict with `Foo`'s generic params
+   = note: `-D clippy::mismatching-type-param-order` implied by `-D warnings`
 
 error: `Foo` has a similarly named generic type parameter `A` in its declaration, but in a different order
   --> $DIR/mismatching_type_param_order.rs:11:23