]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/integer_division.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / integer_division.stderr
index cbb7f881424956b51d75bab6d1eee7d188625714..ca8001279207509754e661eed981e3004783f814 100644 (file)
@@ -4,8 +4,8 @@ error: integer division
 LL |     let n = 1 / 2;
    |             ^^^^^
    |
-   = note: `-D clippy::integer-division` implied by `-D warnings`
    = help: division of integers may cause loss of precision. consider using floats
+   = note: `-D clippy::integer-division` implied by `-D warnings`
 
 error: integer division
   --> $DIR/integer_division.rs:6:13