]> git.lizzy.rs Git - rust.git/blob - tests/ui/inference/question-mark-type-infer.stderr
Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum
[rust.git] / tests / ui / inference / question-mark-type-infer.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/question-mark-type-infer.rs:10:30
3    |
4 LL |     l.iter().map(f).collect()?
5    |                              ^ cannot infer type
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0282`.