[−][src]Function syntax::ext::tt::macro_parser::nameize
fn nameize<I: Iterator<Item = NamedMatch>>(
sess: &ParseSess,
ms: &[TokenTree],
res: I
) -> NamedParseResult
🔬 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?
Takes a sequence of token trees ms
representing a matcher which successfully matched input
and an iterator of items that matched input and produces a NamedParseResult
.