Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
This reverts commit a6b5f95fb0
.
This commit is contained in:
parent
0da281b606
commit
dce44faf5b
20 changed files with 93 additions and 94 deletions
|
@ -92,7 +92,7 @@ pub struct OutlivesConstraint<'tcx> {
|
|||
pub span: Span,
|
||||
|
||||
/// What caused this constraint?
|
||||
pub category: ConstraintCategory,
|
||||
pub category: ConstraintCategory<'tcx>,
|
||||
|
||||
/// Variance diagnostic information
|
||||
pub variance_info: VarianceDiagInfo<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue