We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb76f4 commit 64365e4Copy full SHA for 64365e4
src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs
@@ -284,6 +284,8 @@ fn run() {
284
285
// FIXME: Allow attributes in pattern constexprs?
286
// would require parens in patterns to allow disambiguation...
287
+ // —which is now available under the `pattern_parentheses` feature gate
288
+ // (tracking issue #51087)
289
290
reject_expr_parse("match 0 {
291
0..=#[attr] 10 => ()
0 commit comments