Fix out-of-date comment.

The type name has changed.
This commit is contained in:
Nicholas Nethercote 2024-05-09 15:43:39 +10:00
parent d6c63bdb21
commit 5b5dd1b3de

View File

@ -528,8 +528,8 @@ pub enum RegionVariableOrigin {
/// Region variables created as the values for early-bound regions.
///
/// FIXME(@lcnr): This can also store a `DefId`, similar to
/// `TypeVariableOriginKind::TypeParameterDefinition`.
/// FIXME(@lcnr): This should also store a `DefId`, similar to
/// `TypeVariableOrigin`.
RegionParameterDefinition(Span, Symbol),
/// Region variables created when instantiating a binder with