pub const CRATE_DEF_INDEX: DefIndex;
The crate root is always assigned index 0 by the AST Map code, thanks to NodeCollector::new.
NodeCollector::new