Closed
Description
With #72879, CTFE cycle errors lost some of the precision in their span, which was deemed an acceptable consequence of code cleanup. Would be nice to fix that at some point, though.
With our current structure, getting this precision back would be non-trivial, but as a consequence of future cleanup it could become simpler: I have some plans for Allocation
API changes, and we might make the methods in memory.rs
associated with InterpCx
instead of Memory
to avoid what is currently a quite annoying split.