pub type KrateCoord = Coord;
struct KrateCoord { pub file: FileId, pub span: Range<usize>, }
file: FileId
span: Range<usize>