[][src]Constant moore_svlog::ast::DUMMY_NODE_ID

pub const DUMMY_NODE_ID: NodeId;

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.