]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/wrong_self_convention2.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / wrong_self_convention2.stderr
index 5bdc47f91f65b42b1376b18a7a661926c6d3805b..8de10e7be69c03cc3cd47bfcd2ef685db085b73f 100644 (file)
@@ -4,8 +4,8 @@ error: methods called `from_*` usually take no `self`
 LL |         pub fn from_be_self(self) -> Self {
    |                             ^^^^
    |
-   = note: `-D clippy::wrong-self-convention` implied by `-D warnings`
    = help: consider choosing a less ambiguous name
+   = note: `-D clippy::wrong-self-convention` implied by `-D warnings`
 
 error: methods called `from_*` usually take no `self`
   --> $DIR/wrong_self_convention2.rs:63:25