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