mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 23:55:31 +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