11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
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
|
|
|