summary refs log tree commit diff
path: root/src/test/ui/issue-23046.stderr
blob: 3e5b4ec91d782e152833b30f45da895ef3872504 (plain)
1
2
3
4
5
6
7
8
9
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`.