about summary refs log tree commit diff
path: root/tests/ui/or-patterns/inner-or-pat.or4.stderr
blob: 508520c823793f56ff2856b1db9fdba7eddcd94a (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0408]: variable `x` is not bound in all patterns
  --> $DIR/inner-or-pat.rs:51:37
   |
LL |         (x @ "red" | (x @ "blue" |  "red")) => {
   |                       -             ^^^^^ pattern doesn't bind `x`
   |                       |
   |                       variable not in all patterns

error: aborting due to 1 previous error

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