]> git.proxmox.com Git - rustc.git/blame - src/test/ui/mir-unpretty.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / mir-unpretty.stderr
CommitLineData
8faf50e0 1error[E0308]: mismatched types
0731742a 2 --> $DIR/mir-unpretty.rs:4:17
8faf50e0 3 |
532ac7d7 4LL | let x: () = 0;
60c5eb7d
XL
5 | -- ^ expected `()`, found integer
6 | |
7 | expected due to this
8faf50e0
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0308`.