We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80abe58 commit c047b3fCopy full SHA for c047b3f
src/parser/mod.rs
@@ -7541,7 +7541,7 @@ impl<'a> Parser<'a> {
7541
}
7542
7543
/// Parse an operator signature for a [Statement::DropOperator]
7544
- /// Format: name ( { left_type | NONE } , right_type )
+ /// Format: `name ( { left_type | NONE } , right_type )`
7545
fn parse_operator_signature(&mut self) -> Result<OperatorSignature, ParserError> {
7546
let name = self.parse_operator_name()?;
7547
self.expect_token(&Token::LParen)?;
0 commit comments