[][src]Constant syntax::ast::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.