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
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
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;