rust/compiler/rustc_hir_analysis/src/coherence
bors cf073ec2cb Auto merge of #109202 - compiler-errors:new-solver-fast-reject-faster-2, r=lcnr
Don't pass `TreatProjections` separately to `fast_reject`

Don't pass `TreatProjections` separately to `fast_reject`, and instead use the original approach of switching on two variants of `TreatParams` (undoes this: https://github.com/rust-lang/rust/pull/108830#pullrequestreview-1330371417).

Fixes the regression introduced in https://github.com/rust-lang/rust/pull/108830#issuecomment-1468116419
2023-03-23 23:53:56 +00:00
..
builtin.rs Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors 2023-03-22 05:33:18 +00:00
inherent_impls.rs Don't split up TreatProjections and TreatParams anymore 2023-03-23 18:57:02 +00:00
inherent_impls_overlap.rs Copy ty::AssocItem all other the place 2023-02-15 20:22:41 +00:00
mod.rs Reduce output spam 2023-03-21 18:18:25 +01:00
orphan.rs emit the suspicious_auto_trait_impls for negative impls as well 2023-03-06 20:04:33 +08:00
unsafety.rs Add and use expect methods to hir. 2023-01-20 17:40:50 +00:00