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.
Expr::needs_parens_in
1 parent 7ed0871 commit babd4c7Copy full SHA for babd4c7
crates/syntax/src/ast/prec.rs
@@ -21,7 +21,7 @@ impl Expr {
21
ast::StmtList(_) => self.needs_parens_in_stmt(None),
22
ast::ArgList(_) => false,
23
ast::MatchArm(_) => false,
24
- _ => unimplemented!()
+ _ => false,
25
}
26
27
0 commit comments