blob: 90377c19dee02f92fdfee0f49ba5d2e96553e8da [file] [log] [blame]
error[E0282]: type annotations needed
--> $DIR/issue-15965.rs:3:9
|
LL | / { return () }
LL | |
LL | | ()
| |______^ cannot infer type
|
= note: type must be known at this point
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.