pub fn parse_location(s: &str) -> Option<(usize, usize)>
Parse a source location from a “line:col” string.