From 4b062a175fa3b9613995eea7d026edbbb3be715e Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 7 Aug 2019 10:09:42 +0200 Subject: [PATCH] note a FIXME --- src/librustc/ty/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/librustc/ty/mod.rs b/src/librustc/ty/mod.rs index f653f0561776..b104bbf466a3 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, }