Module syntex_syntax::ext::quote::rt
[−]
[src]
Quasiquoting works via token trees.
This is registered as a set of expression syntax extension called quote! that lifts its argument token-tree to an AST representing the construction of the same token tree, with token::SubstNt interpreted as antiquotes (splices).
Reexports
pub use parse::new_parser_from_tts; |
pub use codemap::{BytePos, Span, dummy_spanned, DUMMY_SP}; |
Traits
ExtParseUtils | |
ToTokens |