rust/compiler/rustc_trait_selection/src
Matthias Krüger 3c322bc1cc
Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errors
replace `GenericArg` with `Term` where applicable

r? types
2025-04-26 16:12:33 +02:00
..
error_reporting Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errors 2025-04-26 16:12:33 +02:00
errors Move eager translation to a method on Diag 2025-04-16 21:38:59 -04:00
solve Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errors 2025-04-26 16:12:33 +02:00
traits convert some GenericArg to Term 2025-04-26 02:05:31 +00:00
errors.rs Extend HIR to track the source and syntax of a lifetime 2025-04-23 16:37:39 -04:00
infer.rs Consider Copy/Clone too 2025-04-22 17:05:15 +00:00
lib.rs Make #![feature(let_chains)] bootstrap conditional in compiler/ 2025-04-23 16:40:30 +02:00
opaque_types.rs NonGenericOpaqueTypeParam::ty to arg 2025-04-11 15:18:30 +02:00
regions.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
solve.rs Collect and resolve ambiguous obligations from normalizing in writeback 2025-04-22 16:50:38 +00:00