rust/compiler/rustc_traits/src
Vincenzo Palazzo 7d2c1103d7 fix: use LocalDefId instead of HirId in trait res
use LocalDefId instead of HirId in trait resolution to simplify
the obligation clause resolution

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2023-01-23 11:42:18 +00:00
..
chalk Remove bound_{explicit,}_item_bounds 2023-01-15 15:36:06 +00:00
codegen.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
dropck_outlives.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
evaluate_obligation.rs Convert predicates into Predicate in the Obligation constructor 2022-11-16 09:25:19 +00:00
implied_outlives_bounds.rs fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00
lib.rs Move some suggestions from error_reporting to error_reporting::suggest 2022-12-08 05:58:30 +00:00
normalize_erasing_regions.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
normalize_projection_ty.rs (almost) Always use ObligationCtxt when dealing with canonical queries 2022-10-27 15:43:33 +00:00
type_op.rs fix: use LocalDefId instead of HirId in trait res 2023-01-23 11:42:18 +00:00