We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf94de commit 8cfd4b1Copy full SHA for 8cfd4b1
compiler/rustc_ast/src/util/parser.rs
@@ -234,7 +234,7 @@ pub const PREC_RANGE: i8 = -10;
234
// The range 2..=14 is reserved for AssocOp binary operator precedences.
235
pub const PREC_PREFIX: i8 = 50;
236
pub const PREC_POSTFIX: i8 = 60;
237
-pub const PREC_PAREN: i8 = 99;
+pub const PREC_PAREN: i8 = 60;
238
pub const PREC_FORCE_PAREN: i8 = 100;
239
240
#[derive(Debug, Clone, Copy)]
0 commit comments