proper doc comment for 'recovered' field of variant
Curtesy of petrochenkov
This commit is contained in:
parent
4b062a175f
commit
3972d05fec
1 changed files with 2 additions and 2 deletions
|
|
@ -1842,8 +1842,8 @@ pub struct VariantDef {
|
|||
pub ctor_kind: CtorKind,
|
||||
/// Flags of the variant (e.g. is field list non-exhaustive)?
|
||||
flags: VariantFlags,
|
||||
/// Recovered?
|
||||
// FIXME: Needs proper doc. Recovered whom from what?
|
||||
/// Variant is obtained as part of recovering from a syntactic error.
|
||||
/// May be incomplete or bogus.
|
||||
pub recovered: bool,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue