Module syntax::ext::expand [] [src]

Unstable (rustc_private)

Structs

ExpansionConfig [Unstable]
IdentRenamer [Unstable]

A tree-folder that applies every rename in its (mutable) list to every identifier, including both bindings and varrefs (and lots of things that will turn out to be neither)

MacroExpander [Unstable]

A tree-folder that performs macro expansion

PatIdentRenamer [Unstable]

A tree-folder that applies every rename in its list to the idents that are in PatKind::Ident patterns. This is more narrowly focused than IdentRenamer, and is needed for FnDecl, where we want to rename the args but not the fn name or the generics etc.

Functions

check_for_macros [Unstable]

Check that there are no macro invocations left in the AST:

expand_block [Unstable]
expand_block_elts [Unstable]
expand_crate [Unstable]
expand_expr [Unstable]
expand_item [Unstable]
expand_item_mac [Unstable]
expand_type [Unstable]