summary refs log tree commit diff
path: root/src/test/ui/feature-gate-pattern_parentheses.stderr
blob: 4268d27ebec991a3d32e90f4950ac91e6b330cc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: parentheses in patterns are unstable (see issue #51087)
  --> $DIR/feature-gate-pattern_parentheses.rs:13:9
   |
LL |         (pat) => {} //~ ERROR parentheses in patterns are unstable
   |         ^^^^^
   |
   = help: add #![feature(pattern_parentheses)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.