pub const DUMMY_NODE_ID: NodeId;
Expand description

During parsing and syntax tree construction, we assign each node this ID. Only later, during the renumbering pass do we assign actual IDs to each node.