Rename structurally_normalize to structurally_normalize_ty
This commit is contained in:
@@ -7,7 +7,7 @@ use crate::traits::{NormalizeExt, Obligation};
|
||||
|
||||
#[extension(pub trait StructurallyNormalizeExt<'tcx>)]
|
||||
impl<'tcx> At<'_, 'tcx> {
|
||||
fn structurally_normalize<E: 'tcx>(
|
||||
fn structurally_normalize_ty<E: 'tcx>(
|
||||
&self,
|
||||
ty: Ty<'tcx>,
|
||||
fulfill_cx: &mut dyn TraitEngine<'tcx, E>,
|
||||
|
||||
Reference in New Issue
Block a user