[−][src]Constant rustc_ap_rustc_ast::node_id::DUMMY_NODE_ID
pub const DUMMY_NODE_ID: NodeId;
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.