Struct rustc_mir::hair::pattern::_match::LiteralExpander [−][src]
struct LiteralExpander;
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl<'tcx> PatternFolder<'tcx> for LiteralExpander[src]
impl<'tcx> PatternFolder<'tcx> for LiteralExpanderfn fold_pattern(&mut self, pat: &Pattern<'tcx>) -> Pattern<'tcx>[src]
fn fold_pattern(&mut self, pat: &Pattern<'tcx>) -> Pattern<'tcx>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
fn fold_pattern_kind(&mut self, kind: &PatternKind<'tcx>) -> PatternKind<'tcx>[src]
fn fold_pattern_kind(&mut self, kind: &PatternKind<'tcx>) -> PatternKind<'tcx>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Auto Trait Implementations
impl Send for LiteralExpander
impl Send for LiteralExpanderimpl Sync for LiteralExpander
impl Sync for LiteralExpander