rust/src/test/ui/feature-gate-pattern_parentheses.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

11 lines
394 B
Text

error[E0658]: parentheses in patterns are unstable
--> $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`.