rust-clippy/tests/ui/large_enum_variant.stderr

10 lines
277 B
Text
Raw Normal View History

2023-09-06 14:58:44 +00:00
error[E0308]: mismatched types
--> $DIR/large_enum_variant.rs:149:24
|
2023-09-06 14:58:44 +00:00
LL | MightyBuffer([u16; U]),
| ^ expected `usize`, found `u64`
2023-09-06 14:58:44 +00:00
error: aborting due to previous error
2018-01-16 16:06:27 +00:00
2023-09-06 14:58:44 +00:00
For more information about this error, try `rustc --explain E0308`.