add a TypeVariableOrigin we'll use later (DerivingFn)
This commit is contained in:
parent
555b6d69b2
commit
27f4b57602
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ pub enum TypeVariableOrigin {
|
|||
AdjustmentType(Span),
|
||||
DivergingStmt(Span),
|
||||
DivergingBlockExpr(Span),
|
||||
DivergingFn(Span),
|
||||
LatticeVariable(Span),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue