Struct syntax::config::StripUnconfigured[][src]

pub struct StripUnconfigured<'a> {
    pub should_test: bool,
    pub sess: &'a ParseSess,
    pub features: Option<&'a Features>,
}

A folder that strips out items that do not belong in the current configuration.

Fields

Methods

impl<'a> StripUnconfigured<'a>
[src]

If attributes are not allowed on expressions, emit an error for attr

Trait Implementations

impl<'a> Folder for StripUnconfigured<'a>
[src]

Important traits for Vec<u8>

Important traits for Vec<u8>

Important traits for Vec<u8>

Auto Trait Implementations

impl<'a> !Send for StripUnconfigured<'a>

impl<'a> !Sync for StripUnconfigured<'a>