Monomorphize generates ir::Info::empty()
which breaks IntervalCheck
.
#467
Labels
bug
Something isn't working
C: Internals
Component: Compiler internals
C: interval check
Component: interval checker
If we run
IntervalCheck
after monomorphization, due to bundle parameters being created withir::Info::Empty
this fails info assertions inIntervalCheck
.The text was updated successfully, but these errors were encountered: