]> git.proxmox.com Git - rustc.git/blob - src/test/ui/terminal-width/whitespace-trimming-2.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / terminal-width / whitespace-trimming-2.stderr
1 error[E0308]: mismatched types
2 --> $DIR/whitespace-trimming-2.rs:4:187
3 |
4 LL | ...-> usize {
5 | ----- expected `usize` because of return type
6 LL | ... ()
7 | ^^ expected `usize`, found `()`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0308`.