]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/trailing_empty_array.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / trailing_empty_array.stderr
index 9e2bd31d9fa51ec7a922ed918d411e94ceb55466..2e1484400352d10998ba5e6a85c9794873f28f4f 100644 (file)
@@ -7,8 +7,8 @@ LL | |     last: [usize; 0],
 LL | | }
    | |_^
    |
-   = note: `-D clippy::trailing-empty-array` implied by `-D warnings`
    = help: consider annotating `RarelyUseful` with `#[repr(C)]` or another `repr` attribute
+   = note: `-D clippy::trailing-empty-array` implied by `-D warnings`
 
 error: trailing zero-sized array in a struct which is not marked with a `repr` attribute
   --> $DIR/trailing_empty_array.rs:10:1