We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c146af commit 9c195f5Copy full SHA for 9c195f5
compiler/rustc_infer/src/infer/mod.rs
@@ -527,9 +527,6 @@ pub enum RegionVariableOrigin {
527
Coercion(Span),
528
529
/// 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`.
533
RegionParameterDefinition(Span, Symbol),
534
535
/// Region variables created when instantiating a binder with
0 commit comments