mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
792c645ca7
Reference lang items during AST lowering Fixes #60607 and fixes #61019. This PR introduces `QPath::LangItem` to the HIR and uses it in AST lowering instead of constructing a `hir::Path` from a slice of symbols: - Credit for much of this work goes to @matthewjasper, I basically just [rebased their earlier work]( |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |