Skip to content

Commit 9c195f5

Browse files
committed
Remove out-of-date comment.
The type and variant mentioned no longer exist, so I suspect this is no longer relevant.
1 parent 4c146af commit 9c195f5

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_infer/src/infer

1 file changed

+0
-3
lines changed

compiler/rustc_infer/src/infer/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,6 @@ pub enum RegionVariableOrigin {
527527
Coercion(Span),
528528

529529
/// Region variables created as the values for early-bound regions.
530-
///
531-
/// FIXME(@lcnr): This can also store a `DefId`, similar to
532-
/// `TypeVariableOriginKind::TypeParameterDefinition`.
533530
RegionParameterDefinition(Span, Symbol),
534531

535532
/// Region variables created when instantiating a binder with

0 commit comments

Comments
 (0)