]> git.proxmox.com Git - rustc.git/blob - tests/ui/issues/issue-15965.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / issues / issue-15965.stderr
1 error[E0282]: type annotations needed
2 --> $DIR/issue-15965.rs:3:9
3 |
4 LL | / { return () }
5 LL | |
6 LL | | ()
7 | |______^ cannot infer type
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0282`.