Struct syntex_syntax::config::CfgDiagReal
[−]
[src]
pub struct CfgDiagReal<'a, 'b> {
pub diag: &'a Handler,
pub feature_gated_cfgs: &'b mut Vec<GatedCfgAttr>,
}Fields
diag: &'a Handler
feature_gated_cfgs: &'b mut Vec<GatedCfgAttr>