2022-10-29 12:32:04 -05:00
|
|
|
error[E0308]: mismatched types
|
2024-02-26 10:49:25 -06:00
|
|
|
--> $DIR/issue-103783-array-length.rs:19:34
|
2022-10-29 12:32:04 -05:00
|
|
|
|
|
|
|
|
LL | type NaughtyLenArray = [u32; 3.14159];
|
|
|
|
| ^^^^^^^ expected `usize`, found floating-point number
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-10-29 12:32:04 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|