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 0ee885c commit bcb24cdCopy full SHA for bcb24cd
rust.ungram
@@ -390,9 +390,9 @@ BinExpr =
390
lhs:Expr
391
op:(
392
'||' | '&&'
393
- | '==' | '!=' | '<=' | '>=' | '<' | '>'
394
- | '+' | '*' | '-' | '/' | '%' | '<<' | '>>' | '^' | '|' | '&'
395
- | '=' | '+=' | '/=' | '*=' | '%=' | '>>=' | '<<=' | '-=' | '|=' | '&=' | '^='
+ | '==' | '!=' | '<=' | '>=' | '<' | '>'
+ | '+' | '*' | '-' | '/' | '%' | '<<' | '>>' | '^' | '|' | '&'
+ | '=' | '+=' | '/=' | '*=' | '%=' | '>>=' | '<<=' | '-=' | '|=' | '&=' | '^='
396
)
397
rhs:Expr
398
0 commit comments