Cannot assign a `[]` to a `list` type
Ashvin-Ranjan opened this issue · 1 comments
Ashvin-Ranjan commented
This is because of some strange stuff with generics.
Ashvin-Ranjan commented
This was written very strangely for some reason, this is what I was talking about:
let mut thing = []
thing = [1, 2, 3] // Error: Cannot assign a `list[int]` to a `list[t]`