diff options
| author | Zack M. Davis <code@zackmdavis.net> | 2018-06-03 12:42:05 -0700 |
|---|---|---|
| committer | Zack M. Davis <code@zackmdavis.net> | 2018-06-26 07:54:49 -0700 |
| commit | 64365e46f2675403babb2669d60d418fae3e0a7c (patch) | |
| tree | 0a08d201b7075513e81a4ea6d887321c07292980 | |
| parent | 3fb76f4027596f524403e6eea60e9531e70e9460 (diff) | |
driveby status update to 2015 comment about parens in patterns
| -rw-r--r-- | src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs b/src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs index f9d1ce34535..2ef7eba6c05 100644 --- a/src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs +++ b/src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs @@ -284,6 +284,8 @@ fn run() { // FIXME: Allow attributes in pattern constexprs? // would require parens in patterns to allow disambiguation... + // —which is now available under the `pattern_parentheses` feature gate + // (tracking issue #51087) reject_expr_parse("match 0 { 0..=#[attr] 10 => () |
