syntax::ast::DUMMY_NODE_IDUnstable [-] [+] [src]

pub const DUMMY_NODE_ID: NodeId = -1

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.