diff --git a/src/librustc/ty/mod.rs b/src/librustc/ty/mod.rs index f653f056177..b104bbf466a 100644 --- a/src/librustc/ty/mod.rs +++ b/src/librustc/ty/mod.rs @@ -1843,6 +1843,7 @@ pub struct VariantDef { /// Flags of the variant (e.g. is field list non-exhaustive)? flags: VariantFlags, /// Recovered? + // FIXME: Needs proper doc. Recovered whom from what? pub recovered: bool, }