Enum rustc_resolve::BuiltinMacroState [−][src]
pub(crate) enum BuiltinMacroState {
NotYetSeen(SyntaxExtensionKind),
AlreadySeen(Span),
}
Expand description
Used for better errors for E0773
Variants
NotYetSeen(SyntaxExtensionKind)
Tuple Fields of NotYetSeen
AlreadySeen(Span)
Tuple Fields of AlreadySeen
0: Span
Auto Trait Implementations
impl !RefUnwindSafe for BuiltinMacroState
impl !Send for BuiltinMacroState
impl !Sync for BuiltinMacroState
impl Unpin for BuiltinMacroState
impl !UnwindSafe for BuiltinMacroState
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: 32 bytes
Size for each variant:
NotYetSeen
: 28 bytesAlreadySeen
: 8 bytes