mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:48:11 +00:00
Delay a bug when failed to normalize trait ref during specialization The error messages still kinda suck here but they don't ICE anymore... Fixes #45814 Fixes #43037 r? types