blob: 18f6e9b4ed1085c6a85e0dbbd48b26063cc16983 [file] [edit]
error[E0308]: mismatched types
--> $DIR/issue-103783-array-length.rs:19:34
|
LL | type NaughtyLenArray = [u32; 3.14159];
| ^^^^^^^ expected `usize`, found floating-point number
|
= note: array length can only be `usize`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.