]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/manual_non_exhaustive_enum.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / manual_non_exhaustive_enum.stderr
index 144fe86df554ba41d59b64704728ed52668968b6..087f766be70d242a624c919f0c2ff664306602c1 100644 (file)
@@ -13,12 +13,12 @@ LL | |     _C,
 LL | | }
    | |_^
    |
-   = note: `-D clippy::manual-non-exhaustive` implied by `-D warnings`
 help: remove this variant
   --> $DIR/manual_non_exhaustive_enum.rs:9:5
    |
 LL |     _C,
    |     ^^
+   = note: `-D clippy::manual-non-exhaustive` implied by `-D warnings`
 
 error: this seems like a manual implementation of the non-exhaustive pattern
   --> $DIR/manual_non_exhaustive_enum.rs:14:1