Module syntax::ext::tt::transcribe [] [src]

Unstable (rustc_private)

Structs

TtReader [Unstable]

Functions

new_tt_reader [Unstable]

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.

new_tt_reader_with_doc_flag [Unstable]

The extra desugar_doc_comments flag enables reading doc comments like any other attribute which consists of meta and surrounding #[ ] tokens.

tt_next_token [Unstable]

Return the next token from the TtReader. EFFECT: advances the reader's token field