Fix out-of-date comment.
The type name has changed.
This commit is contained in:
@@ -528,8 +528,8 @@ pub enum RegionVariableOrigin {
|
|||||||
|
|
||||||
/// Region variables created as the values for early-bound regions.
|
/// Region variables created as the values for early-bound regions.
|
||||||
///
|
///
|
||||||
/// FIXME(@lcnr): This can also store a `DefId`, similar to
|
/// FIXME(@lcnr): This should also store a `DefId`, similar to
|
||||||
/// `TypeVariableOriginKind::TypeParameterDefinition`.
|
/// `TypeVariableOrigin`.
|
||||||
RegionParameterDefinition(Span, Symbol),
|
RegionParameterDefinition(Span, Symbol),
|
||||||
|
|
||||||
/// Region variables created when instantiating a binder with
|
/// Region variables created when instantiating a binder with
|
||||||
|
|||||||
Reference in New Issue
Block a user