blob: 3e5b4ec91d782e152833b30f45da895ef3872504 [file] [log] [blame]
error[E0282]: type annotations needed
--> $DIR/issue-23046.rs:27:15
|
LL | let ex = |x| { //~ ERROR type annotations needed
| ^ consider giving this closure parameter a type
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.