[−][src]Crate rustc_ap_rustc_ast
Re-exports
pub use attr::with_default_globals; | 
pub use attr::with_globals; | 
pub use attr::GLOBALS; | 
Modules
| ast | The Rust abstract syntax tree module.  | 
| attr | Functions dealing with attributes and meta items.  | 
| crate_disambiguator | |
| entry | |
| expand | Definitions shared by macros / syntax extensions and e.g. librustc_middle.  | 
| mut_visit | A   | 
| node_id | |
| ptr | The AST pointer.  | 
| token | |
| tokenstream | Token Streams  | 
| util | |
| visit | AST walker. Each overridden visit method has full control over what
happens with its node, it can do its own traversal of the node's children,
call   | 
Macros
| unwrap_or | |
| walk_list | 
Traits
| HashStableContext | Requirements for a   |