Function syntax::ext::tt::transcribe::new_tt_reader [] [src]

pub fn new_tt_reader(sp_diag: &Handler, interp: Option<HashMap<NameRc<NamedMatch>>>, imported_from: Option<Ident>, src: Vec<TokenTree>) -> TtReader
Unstable (rustc_private)

This can do Macro-By-Example transcription. On the other hand, if src contains no TokenTree::Sequences, MatchNts or SubstNts, interp can (and should) be None.