Skip to content

Commit 4b062a1

Browse files
committed
note a FIXME
1 parent 8e6fbbe commit 4b062a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/ty/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,6 +1843,7 @@ pub struct VariantDef {
18431843
/// Flags of the variant (e.g. is field list non-exhaustive)?
18441844
flags: VariantFlags,
18451845
/// Recovered?
1846+
// FIXME: Needs proper doc. Recovered whom from what?
18461847
pub recovered: bool,
18471848
}
18481849

0 commit comments

Comments
 (0)