mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Fix out-of-date comment.
The type name has changed.
This commit is contained in:
parent
d6c63bdb21
commit
5b5dd1b3de
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user