summary refs log tree commit diff
path: root/src/test/ui/or-patterns/or-patterns-syntactic-pass.stderr
blob: 3145a2e9f2a6edef9a25352ee7645a346a5c1e84 (plain)
1
2
3
4
5
6
7
8
warning: the feature `or_patterns` is incomplete and may cause the compiler to crash
  --> $DIR/or-patterns-syntactic-pass.rs:6:12
   |
LL | #![feature(or_patterns)]
   |            ^^^^^^^^^^^
   |
   = note: `#[warn(incomplete_features)]` on by default