Returns a list of syntax errors found during parsing.
(&self)
| 404 | |
| 405 | /// Returns a list of syntax errors found during parsing. |
| 406 | pub fn errors(&self) -> &[ParseError] { |
| 407 | &self.errors |
| 408 | } |
| 409 | |
| 410 | /// Returns a list of version-related syntax errors found during parsing. |
| 411 | pub fn unsupported_syntax_errors(&self) -> &[UnsupportedSyntaxError] { |
no outgoing calls