rust-clippy/tests/ui/large_enum_variant.stderr
2023-09-06 14:59:54 +00:00

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`.