mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
3736b85779
Eagerly mono drop for structs with lifetimes That is, use `!generics.requires_monomorphization()` rather than `generics.is_empty()` like the rest of the mono collector code.