Uplift complex type ops back into typeck so we can call them locally
This commit is contained in:
@@ -21,7 +21,8 @@ mod normalize_erasing_regions;
|
||||
mod normalize_projection_ty;
|
||||
mod type_op;
|
||||
|
||||
pub use type_op::{type_op_ascribe_user_type_with_span, type_op_prove_predicate_with_cause};
|
||||
pub use rustc_trait_selection::traits::query::type_op::ascribe_user_type::type_op_ascribe_user_type_with_span;
|
||||
pub use type_op::type_op_prove_predicate_with_cause;
|
||||
|
||||
use rustc_middle::query::Providers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user