Split out overflow handling into its own module
This commit is contained in:
parent
a2d58197a7
commit
7af825fea4
10 changed files with 208 additions and 187 deletions
|
@ -3,7 +3,7 @@
|
|||
use super::SelectionContext;
|
||||
use super::{project, with_replaced_escaping_bound_vars, BoundVarReplacer, PlaceholderReplacer};
|
||||
use crate::error_reporting::traits::OverflowCause;
|
||||
use crate::error_reporting::traits::TypeErrCtxtExt;
|
||||
use crate::error_reporting::traits::TypeErrCtxtOverflowExt;
|
||||
use crate::solve::NextSolverError;
|
||||
use rustc_data_structures::stack::ensure_sufficient_stack;
|
||||
use rustc_infer::infer::at::At;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue