Remove unused TypeVariableOrigin
variants
This commit is contained in:
parent
2a1d6c83d3
commit
05f505107f
1 changed files with 0 additions and 3 deletions
|
@ -51,11 +51,8 @@ pub enum TypeVariableOrigin {
|
||||||
SubstitutionPlaceholder(Span),
|
SubstitutionPlaceholder(Span),
|
||||||
AutoDeref(Span),
|
AutoDeref(Span),
|
||||||
AdjustmentType(Span),
|
AdjustmentType(Span),
|
||||||
DivergingStmt(Span),
|
|
||||||
DivergingBlockExpr(Span),
|
|
||||||
DivergingFn(Span),
|
DivergingFn(Span),
|
||||||
LatticeVariable(Span),
|
LatticeVariable(Span),
|
||||||
Generalized(ty::TyVid),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct TypeVariableData {
|
struct TypeVariableData {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue