1
Fork 0

Try enabling MatchBranchSimplification

This commit is contained in:
Ben Kimock 2023-05-26 14:47:51 -04:00
parent 917b0b6c70
commit 7e04c93493
5 changed files with 50 additions and 7 deletions

View file

@ -116,6 +116,7 @@ impl<'a, 'tcx> FulfillmentContext<'tcx> {
}
impl<'tcx> TraitEngine<'tcx> for FulfillmentContext<'tcx> {
#[inline]
fn register_predicate_obligation(
&mut self,
infcx: &InferCtxt<'tcx>,