I woke up last weekend, and someone assigned me to a PR to review.
That's quite common.
It fixed a crash with attributes, something I've worked a lot on.
Some code crashed the compiler,
but the code to reproduce it used a specific nightly feature called "contract attributes",
and I didn't believe that that was the only way to reproduce the crash.
So, I tried to see if any currently stable attribute would the same so the reproducer was more general.
It turned out: I was wrong!
But playing with it I found a complely new way to crash the compiler in a single line of code.