summaryrefslogtreecommitdiffstats
path: root/src/test/ui/inference/question-mark-type-infer.stderr
blob: 9b822714f828a71a446fb169782482e6a0deb58c (plain)
1
2
3
4
5
6
7
8
9
error[E0282]: type annotations needed
  --> $DIR/question-mark-type-infer.rs:10:30
   |
LL |     l.iter().map(f).collect()?
   |                              ^ cannot infer type

error: aborting due to previous error

For more information about this error, try `rustc --explain E0282`.