Make ClosureOutlivesRequirement not rely on an unresolved type
This commit is contained in:
@@ -425,7 +425,7 @@ pub enum SubregionOrigin<'tcx> {
|
||||
static_assert_size!(SubregionOrigin<'_>, 32);
|
||||
|
||||
impl<'tcx> SubregionOrigin<'tcx> {
|
||||
pub fn to_constraint_category(&self) -> ConstraintCategory<'tcx> {
|
||||
pub fn to_constraint_category(&self) -> ConstraintCategory {
|
||||
match self {
|
||||
Self::Subtype(type_trace) => type_trace.cause.to_constraint_category(),
|
||||
Self::AscribeUserTypeProvePredicate(span) => ConstraintCategory::Predicate(*span),
|
||||
|
||||
Reference in New Issue
Block a user