]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/match_same_arms2.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / match_same_arms2.stderr
index 9d73e571788256a14f524c28f0a563c0f95db038..06cd4300054d65aa2d2b8fc8da65e3e7e5cff142 100644 (file)
@@ -10,7 +10,6 @@ LL | |             a
 LL | |         },
    | |_________^ help: try removing the arm
    |
-   = note: `-D clippy::match-same-arms` implied by `-D warnings`
    = help: or try changing either arm body
 note: `_` wildcard arm here
   --> $DIR/match_same_arms2.rs:24:9
@@ -23,6 +22,7 @@ LL | |             let mut a = 42 + [23].len() as i32;
 LL | |             a
 LL | |         },
    | |_________^
+   = note: `-D clippy::match-same-arms` implied by `-D warnings`
 
 error: this match arm has an identical body to another arm
   --> $DIR/match_same_arms2.rs:38:9