]> git.proxmox.com Git - rustc.git/blame - src/test/ui/diagnostic-width/non-whitespace-trimming-2.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / diagnostic-width / non-whitespace-trimming-2.stderr
CommitLineData
e1599b0c
XL
1error[E0308]: mismatched types
2 --> $DIR/non-whitespace-trimming-2.rs:4:311
3 |
60c5eb7d
XL
4LL | ...13; let _: usize = 14; let _: usize = 15; let _: () = 42; let _: usize = 0; let _: usize = 1; let _: usize = 2; let _: usize = 3; let ...
5 | -- ^^ expected `()`, found integer
6 | |
7 | expected due to this
e1599b0c
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0308`.