mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 15:43:24 +03:00
note a FIXME
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user