pub trait ErrorLocation<T, E> { fn location(self, loc: Location) -> Result<T>; }
Add source code location