1
Fork 0
rust/compiler/rustc_trait_selection/src
Guillaume Gomez 8fb68fc3b0
Rollup merge of #118199 - compiler-errors:qpath, r=lcnr
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.
2023-11-25 19:51:55 +01:00
..
solve Rollup merge of #118259 - spastorino:move-eager-resolver-to-infer, r=compiler-errors 2023-11-25 10:21:07 +01:00
traits Rollup merge of #118199 - compiler-errors:qpath, r=lcnr 2023-11-25 19:51:55 +01:00
errors.rs Migrate a trait selection error to use diagnostic translation 2023-08-07 05:26:38 +00:00
infer.rs Remove constness from TraitPredicate 2023-08-02 15:38:00 +00:00
lib.rs Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00