]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/wild_in_or_pats.stderr
Rollup merge of #102625 - Rageking8:fix-backtrace-small-typo, r=m-ou-se
[rust.git] / src / tools / clippy / tests / ui / wild_in_or_pats.stderr
index 45b87aa0f20b9e7f4d90e88d4dfd87b64ee3747e..bd5860f45ca6862d33b17b22662f83ddc5293b42 100644 (file)
@@ -4,8 +4,8 @@ error: wildcard pattern covers any other pattern as it will match anyway
 LL |         "bar" | _ => {
    |         ^^^^^^^^^
    |
-   = note: `-D clippy::wildcard-in-or-patterns` implied by `-D warnings`
    = help: consider handling `_` separately
+   = note: `-D clippy::wildcard-in-or-patterns` implied by `-D warnings`
 
 error: wildcard pattern covers any other pattern as it will match anyway
   --> $DIR/wild_in_or_pats.rs:16:9