Files
rust/compiler/rustc_middle/src
Michael Goulet cef94ecedf Rollup merge of #112665 - compiler-errors:assumption-takes-clause, r=lcnr
Make assumption functions in new solver take `Binder<'tcx, Clause<'tcx>>`

We just use an if-let to match on an optional clause at all the places where we transition from `Predicate` -> `Clause`, but I assume that when things like item-bounds and param-env start to only store `Clause`s then those can just be trivially dropped.

r? ``@lcnr``
2023-06-16 12:53:23 -07:00
..
2023-06-13 22:10:51 +00:00
2023-04-21 02:14:02 -07:00
2023-05-29 09:23:43 +10:00