mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
9 lines
277 B
Text
9 lines
277 B
Text
error[E0308]: mismatched types
|
|
--> $DIR/large_enum_variant.rs:149:24
|
|
|
|
|
LL | MightyBuffer([u16; U]),
|
|
| ^ expected `usize`, found `u64`
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|