]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/const-tup-index-span.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / consts / const-tup-index-span.stderr
CommitLineData
b7449926 1error[E0308]: mismatched types
0731742a 2 --> $DIR/const-tup-index-span.rs:3:23
b7449926
XL
3 |
4LL | const TUP: (usize,) = 5usize << 64;
60c5eb7d 5 | ^^^^^^^^^^^^ expected tuple, found `usize`
b7449926 6 |
60c5eb7d
XL
7 = note: expected tuple `(usize,)`
8 found type `usize`
b7449926 9
ba9703b0 10error: aborting due to previous error
b7449926 11
ba9703b0 12For more information about this error, try `rustc --explain E0308`.