Implement repeat_while_none for both SearchGraph and EvalCtxt

This commit is contained in:
Santiago Pastorino
2023-02-06 16:28:27 -03:00
parent 873c83ba56
commit 826bee7085
3 changed files with 39 additions and 25 deletions

View File

@@ -31,6 +31,7 @@ use rustc_middle::ty::{
};
use rustc_span::DUMMY_SP;
use crate::solve::search_graph::overflow::OverflowHandler;
use crate::traits::ObligationCause;
mod assembly;