Actually just make can_eq process obligations (almost) everywhere
This commit is contained in:
parent
fdde66acee
commit
fb8d5f1e13
24 changed files with 66 additions and 67 deletions
|
@ -18,7 +18,7 @@ use super::{
|
|||
TraitQueryMode,
|
||||
};
|
||||
|
||||
use crate::infer::{InferCtxt, InferOk, TypeFreshener};
|
||||
use crate::infer::{InferCtxt, InferCtxtExt, InferOk, TypeFreshener};
|
||||
use crate::solve::InferCtxtSelectExt as _;
|
||||
use crate::traits::error_reporting::TypeErrCtxtExt;
|
||||
use crate::traits::normalize::normalize_with_depth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue