mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 06:17:15 +00:00
Remove `HirId` from `QPath::LangItem` Remove `HirId` from `QPath::LangItem`, since there was only *one* use-case (`ObligationCauseCode::AwaitableExpr`), which we can instead recover by walking the HIR tree.