[][src]Module rustc_ap_rustc_ast::node_id

Structs

NodeId

Constants

CRATE_NODE_ID

NodeId used to represent the root of the crate.

DUMMY_NODE_ID

When parsing and doing expansions, we initially give all AST nodes this AST node value. Then later, in the renumber pass, we renumber them to have small, positive ids.

Type Definitions

NodeMap
NodeSet