Enum rustc_parse::parser::item::WrongKw
source · enum WrongKw {
Duplicated(Span),
Misplaced(Span),
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for WrongKw
impl !Send for WrongKw
impl !Sync for WrongKw
impl Unpin for WrongKw
impl UnwindSafe for WrongKw
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 12 bytes
Size for each variant:
Duplicated
: 8 bytesMisplaced
: 8 bytes