pub trait LocatedError { fn location(&self) -> (usize, usize); }
Error with a location info.
get error happened location in source input.