Make ClosureOutlivesRequirement not rely on an unresolved type
This commit is contained in:
parent
91af4f5d0b
commit
a6b5f95fb0
20 changed files with 94 additions and 93 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue