note a FIXME

This commit is contained in:
Ralf Jung 2019-08-07 10:09:42 +02:00
parent 8e6fbbec83
commit 4b062a175f

View file

@ -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,
}