mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
acdf564692
Normalize type aliases when checking significant drops. fixes #10750 No test as I'm not sure exactly how the type alias caused a stack overflow here. Also removes an unnecessary `HashSet`. changelog: none