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 830f221 commit 64e7067Copy full SHA for 64e7067
compiler/rustc_typeck/src/collect/object_lifetime_defaults.rs
@@ -189,6 +189,7 @@ enum Scope<'a> {
189
/// inferred in a function body or potentially error outside one),
190
/// for the default choice of lifetime in a trait object type.
191
ObjectLifetimeDefault {
192
+ //FIXME(cjgillot) This should use a `ty::Region`.
193
lifetime: Option<Region>,
194
s: ScopeRef<'a>,
195
},
0 commit comments