#ifndef RUST_AST_FULL_H #define RUST_AST_FULL_H // Use as a fast way of including all aspects of the AST (i.e. all headers) #include "rust-ast.h" #include "rust-expr.h" #include "rust-item.h" #include "rust-path.h" #include "rust-pattern.h" #include "rust-stmt.h" #include "rust-type.h" #include "rust-macro.h" #endif