pub type KrateCoord = Coord;
struct KrateCoord { pub file: usize, pub span: Span, }
file: usize
span: Span