Return the span at which this error occurred.
(&self)
| 55 | |
| 56 | /// Return the span at which this error occurred. |
| 57 | pub fn span(&self) -> &Span { |
| 58 | &self.span |
| 59 | } |
| 60 | |
| 61 | /// Return an auxiliary span. This span exists only for some errors that |
| 62 | /// benefit from being able to point to two locations in the original |