]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/manual_non_exhaustive_struct.stderr
Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplett
[rust.git] / src / tools / clippy / tests / ui / manual_non_exhaustive_struct.stderr
index e0766c17b758038c5cbf7a4ef007a3005c91f5c9..d0bed8e11211aafd6173edec4a5c4ce37e414beb 100644 (file)
@@ -12,12 +12,12 @@ LL | |         _c: (),
 LL | |     }
    | |_____^
    |
-   = note: `-D clippy::manual-non-exhaustive` implied by `-D warnings`
 help: remove this field
   --> $DIR/manual_non_exhaustive_struct.rs:8:9
    |
 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_struct.rs:13:5