]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/wrong_self_convention.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / wrong_self_convention.stderr
index 2e7ee51d7e11a7e07593df9a926e2b7912a2f78c..d002e55c57086177d6c232c18ae31081aadd5757 100644 (file)
@@ -4,8 +4,8 @@ error: methods called `from_*` usually take no `self`
 LL |     fn from_i32(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_convention.rs:22:21