mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
22a20e3f0f
Return early to fix ICE This fixes #94627, ICE happens because compiler tries to suggest constraining type parameter but the only constraint is implicit `std::Sized` one, so it gets removed and there is nothing to suggest resulting in ICE.
For more information about how rustc works, see the rustc dev guide.