Remove weak alias terminology
This commit is contained in:
@@ -595,7 +595,7 @@ where
|
||||
}
|
||||
|
||||
ty::Alias(kind @ (ty::Projection | ty::Opaque), alias_ty) => (kind, alias_ty),
|
||||
ty::Alias(ty::Inherent | ty::Weak, _) => {
|
||||
ty::Alias(ty::Inherent | ty::Free, _) => {
|
||||
self.cx().delay_bug(format!("could not normalize {self_ty:?}, it is not WF"));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user