summary refs log tree commit diff
path: root/src/test/ui/issues/issue-15965.stderr
blob: 90377c19dee02f92fdfee0f49ba5d2e96553e8da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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`.