pub const ROOT_ERASED_FILE_AST_ID: ErasedFileAstId;
Expand description
The root ast id always points to the encompassing file, using this in spans is discouraged as any range relative to it will be effectively absolute, ruining the entire point of anchored relative text ranges.