rust/compiler/rustc_trait_selection/src
Matthias Krüger 9ab2a0e353
Rollup merge of #138594 - oli-obk:no-select, r=lcnr
Fix next solver handling of shallow trait impl check

I'm trying to remove unnecessary direct calls to `select`, and this one seemed like a good place to start 😆

r? `@compiler-errors` or `@lcnr`
2025-03-19 16:52:57 +01:00
..
error_reporting Auto merge of #138630 - matthiaskrgr:rollup-kk1gogr, r=matthiaskrgr 2025-03-18 05:58:46 +00:00
errors Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
solve Fold visit into ty 2025-03-15 06:34:36 +00:00
traits Remove existing AFIDT implementation 2025-03-18 17:35:26 +00:00
errors.rs Move hir::Item::ident into hir::ItemKind. 2025-03-18 06:29:50 +11:00
infer.rs Fix next solver handling of shallow trait impl check 2025-03-19 14:40:14 +00:00
lib.rs Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-11 13:14:21 +11: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 impossible obligations check fast path 2024-10-10 06:09:50 -04:00