]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-15965.stderr
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.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`.