Make ClosureOutlivesRequirement not rely on an unresolved type
This commit is contained in:
@@ -92,7 +92,7 @@ pub struct OutlivesConstraint<'tcx> {
|
||||
pub span: Span,
|
||||
|
||||
/// What caused this constraint?
|
||||
pub category: ConstraintCategory<'tcx>,
|
||||
pub category: ConstraintCategory,
|
||||
|
||||
/// Variance diagnostic information
|
||||
pub variance_info: VarianceDiagInfo<'tcx>,
|
||||
|
||||
Reference in New Issue
Block a user