]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/undropped_manually_drops.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / undropped_manually_drops.stderr
index 2ac0fe98697efce7dfe01155e2637e51fe4e53fb..92611a9b7df4aec66d975aeb644807c07c5d5e5c 100644 (file)
@@ -4,8 +4,8 @@ error: the inner value of this ManuallyDrop will not be dropped
 LL |     drop(std::mem::ManuallyDrop::new(S));
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: `-D clippy::undropped-manually-drops` implied by `-D warnings`
    = help: to drop a `ManuallyDrop<T>`, use std::mem::ManuallyDrop::drop
+   = note: `-D clippy::undropped-manually-drops` implied by `-D warnings`
 
 error: the inner value of this ManuallyDrop will not be dropped
   --> $DIR/undropped_manually_drops.rs:15:5