mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 01:20:46 +00:00
Don't immediately panic if dropck fails without returning errors This span_bug was a little too optimistic. I've decided that matching on the ErrorGuaranteed is a little more sensible than a delay bug that will always be ignored. closes #137329 r? `@compiler-errors`