TypeParameterDefinition
always require a DefId
This commit is contained in:
parent
52d8c490a3
commit
594cd84a94
5 changed files with 8 additions and 8 deletions
|
@ -1110,7 +1110,7 @@ impl<'tcx> InferCtxt<'tcx> {
|
|||
TypeVariableOrigin {
|
||||
kind: TypeVariableOriginKind::TypeParameterDefinition(
|
||||
param.name,
|
||||
Some(param.def_id),
|
||||
param.def_id,
|
||||
),
|
||||
span,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue