]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/as_conversions.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / as_conversions.stderr
index d11b56171b07211b6bd6f6a4bda0d6947eb32ab7..f5d59e1e5d83664b7fe65212fa949e6038e8802c 100644 (file)
@@ -4,8 +4,8 @@ error: using a potentially dangerous silent `as` conversion
 LL |     let i = 0u32 as u64;
    |             ^^^^^^^^^^^
    |
-   = note: `-D clippy::as-conversions` implied by `-D warnings`
    = help: consider using a safe wrapper for this conversion
+   = note: `-D clippy::as-conversions` implied by `-D warnings`
 
 error: using a potentially dangerous silent `as` conversion
   --> $DIR/as_conversions.rs:17:13