mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 21:37: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