summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2005-default-binding-mode/issue-44912-or.stderr
blob: 84ba69703da1b4acb4eebddecfb3fc3924e8d974 (plain)
1
2
3
4
5
6
7
8
9
error[E0409]: variable `x` is bound inconsistently across alternatives separated by `|`
  --> $DIR/issue-44912-or.rs:6:35
   |
LL |         Some((x, 3)) | &Some((ref x, 5)) => x,
   |               - first binding     ^ bound in different ways

error: aborting due to 1 previous error

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