The original pattern string in which this error occurred. Every span reported by this error is reported in terms of this string.
(&self)
| 50 | /// |
| 51 | /// Every span reported by this error is reported in terms of this string. |
| 52 | pub fn pattern(&self) -> &str { |
| 53 | &self.pattern |
| 54 | } |
| 55 | |
| 56 | /// Return the span at which this error occurred. |
| 57 | pub fn span(&self) -> &Span { |