mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
e15fee9fe4
Workaround for "could not fully normalize" ICE Workaround for "could not fully normalize" ICE (#78139) by removing the `needs_drop::<T>()` calls triggering it. Corresponding beta PR: #78845 Fixes #78139 -- the underlying bug is likely not fixed but we don't have another test case isolated for now, so closing.