We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4265bfe commit f19dd27Copy full SHA for f19dd27
1 file changed
src/error.rs
@@ -71,7 +71,6 @@ pub enum ParserError {
71
/// Expected a specific symbol but found something else.
72
///
73
/// Fields: `(line, column, expected_symbol, found_token)`
74
- /// ```
75
#[error("{0}:{1}: expected {2} but got {3}")]
76
ExpectedSymbol(u32, u32, Symbol, String),
77
0 commit comments