granite-rust/compiler/rustc_traits/src
Michael Goulet fdce450eb5
Rollup merge of #112963 - oli-obk:tait_solver_decoupling, r=compiler-errors
Stop bubbling out hidden types from the eval obligation queries

r? `@compiler-errors`

I don't know why these were added, but they are not needed anymore. The relevant test is unaffected and I didn't see anything interesting in logging that would have justified it.

This PR has no effect on the new solver behaviour of cf2dff2b1e/tests/ui/impl-trait/issue-99642.rs (which is overflow) and cf2dff2b1e/tests/ui/impl-trait/issue-99642-2.rs (which is "unstable certainty ICE")
2023-06-23 19:47:20 -07:00
..
chalk Migrate item_bounds to ty::Clause 2023-06-22 18:34:23 +00:00
codegen.rs Make TraitEngine::new use the right solver, add compare mode 2023-06-06 18:43:20 +00:00
dropck_outlives.rs Uplift complex type ops back into typeck so we can call them locally 2023-05-27 04:13:44 +00:00
evaluate_obligation.rs Stop bubbling out hidden types from the eval obligation queries 2023-06-23 14:53:31 +00:00
implied_outlives_bounds.rs Uplift complex type ops back into typeck so we can call them locally 2023-05-27 04:13:44 +00:00
lib.rs s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList 2023-06-14 09:28:54 +02:00
normalize_erasing_regions.rs s/Clause/ClauseKind 2023-06-19 14:57:42 +00:00
normalize_projection_ty.rs Add AliasKind::Weak for type aliases. 2023-06-16 19:39:48 +00:00
type_op.rs Stop bubbling out hidden types from the eval obligation queries 2023-06-23 14:53:31 +00:00