Fix issues found during testing of the Iterator
implementation for StorageVec
#6829
Labels
bug
Something isn't working
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
The tests written in #6821 fails for types
()
,[u64;0]
, and theEmptyStruct
.Using
()
causes an ICE:The other two types are zero-sized, and we've already had various issues with such types in the past.
Because of that and the fact that all the tests are passing for all other tested types, it is reasonable to assume that the issues have nothing to do with the implementation of the
Iterator
trait, but are rather some underlying already existing issues.The text was updated successfully, but these errors were encountered: