While writing some machinery for dealing with spans on built-in attributes last month,
I was slightly bothered by a missing method on Iterator.
I usually work on the compiler, not the library, but I decided to write a little proposal, which was then accepted,
so today it was time to try and implement it.
In fairness, that implementation itself was mostly trivial, and yet right now there's no way to stabilize it.
What I actually want to share is the incredible compiler work going on as we speak that will unblock it.