You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2:11: 2:16 error: cannot determine a type for this bounded type parameter: cannot determine the type of this integer; add a suffix to specify the type explicitly
2 for i in range(0, 30) {
^~~~~
11 times.
The text was updated successfully, but these errors were encountered:
It's not caused by loop unrolling, optimizations aren't done in the frontend. The same errors occur with for i in range(0, 1).
thestinger
changed the title
compile error for one line repeated 11 times probably due to loop unrolling
compile error for one line repeated 11 times
Sep 16, 2014
Fix `data_constructor` ignoring generics for struct
Previously didn't work for structs with generics due to `field.ty()` having placeholders in type.
_Enums were handeled correctly already._
Also renamed `type_constructor -> data_constructor` as this is more correct name for it
says
11 times.
The text was updated successfully, but these errors were encountered: