Struct rustc_builtin_macros::cfg_eval::CfgFinder [−][src]
struct CfgFinder {
has_cfg_or_cfg_attr: bool,
}
Fields
has_cfg_or_cfg_attr: bool
Implementations
Trait Implementations
fn visit_enum_def(
&mut self,
enum_definition: &'ast EnumDef,
generics: &'ast Generics,
item_id: NodeId,
Span
)
Auto Trait Implementations
impl RefUnwindSafe for CfgFinder
impl UnwindSafe for CfgFinder
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: 1 byte