rust/src/test/ui/or-patterns/feature-gate-or_patterns-leading-for.stderr
2020-02-09 20:43:49 +01:00

13 lines
436 B
Plaintext

error[E0658]: or-patterns syntax is experimental
--> $DIR/feature-gate-or_patterns-leading-for.rs:7:9
|
LL | for | A in 0 {}
| ^
|
= note: see issue #54883 <https://github.com/rust-lang/rust/issues/54883> for more information
= help: add `#![feature(or_patterns)]` to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.