add def_id and substs to ConstraintCategory::CallArgument
This commit is contained in:
parent
cbdce42320
commit
99fa572ab1
10 changed files with 77 additions and 45 deletions
|
@ -95,7 +95,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