mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 16:56:29 +00:00
Handle normalization failure in `struct_tail_erasing_lifetimes` Fixes #113272 The ICE occurred because the struct being normalized had an error. This PR adds some defensive code to guard against that.
For more information about how rustc works, see the rustc dev guide.