Return a reference to the pattern being parsed.
(&self)
| 383 | |
| 384 | /// Return a reference to the pattern being parsed. |
| 385 | fn pattern(&self) -> &str { |
| 386 | self.pattern.borrow() |
| 387 | } |
| 388 | |
| 389 | /// Create a new error with the given span and error type. |
| 390 | fn error(&self, span: Span, kind: ast::ErrorKind) -> ast::Error { |
no outgoing calls
no test coverage detected