mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-08 02:08:10 +00:00
Avoid an ICE in diagnostics fixes #121004 just a slice usage in diagnostics code. Sadly we can't yet bubble the `ErrorGuaranteed` from wf check to borrowck for these cases, as that causes cycle errors iirc