mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 21:53:23 +00:00
10 lines
221 B
Text
10 lines
221 B
Text
error: statement with no effect
|
|
--> $DIR/ice-10044.rs:2:5
|
|
|
|
|
LL | [0; usize::MAX];
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: `-D clippy::no-effect` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|