]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-15965.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-15965.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/issue-15965.rs:13:9
3    |
4 LL | /         { return () }
5 LL | | //~^ ERROR type annotations needed [E0282]
6 LL | |     ()
7    | |______^ cannot infer type
8    |
9    = note: type must be known at this point
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0282`.