1
Fork 0

add def_id and substs to ConstraintCategory::CallArgument

This commit is contained in:
b-naber 2022-05-22 17:00:23 +02:00
parent cbdce42320
commit 99fa572ab1
10 changed files with 77 additions and 45 deletions

View file

@ -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>,