]> git.lizzy.rs Git - rust.git/blob - src/test/ui/half-open-range-patterns/pat-tuple-5.stderr
Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank
[rust.git] / src / test / ui / half-open-range-patterns / pat-tuple-5.stderr
1 error[E0308]: mismatched types
2   --> $DIR/pat-tuple-5.rs:8:10
3    |
4 LL |         (PAT ..) => {}
5    |          ^^^ expected tuple, found `u8`
6    |
7    = note: expected tuple `({integer}, {integer})`
8                found type `u8`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.