[][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, during expansion, we renumber them to have small, positive ids.