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