Function rustc_expand::mbe::macro_parser::initial_matcher_pos [−][src]
fn initial_matcher_pos<'root, 'tt>(
ms: &'tt [TokenTree]
) -> MatcherPos<'root, 'tt>
Expand description
Generates the top-level matcher position in which the “dot” is before the first token of the
matcher ms
.