]> git.proxmox.com Git - rustc.git/blob - src/test/ui/codemap_tests/repair_span_std_macros.stderr
7e0d778a3b205e431bd5ee8b58d7f692292e4867
[rustc.git] / src / test / ui / codemap_tests / repair_span_std_macros.stderr
1 error[E0282]: unable to infer enough type information about `T`
2 --> $DIR/repair_span_std_macros.rs:12:13
3 |
4 12 | let x = vec![];
5 | ^^^^^^ cannot infer type for `T`
6 |
7 = note: type annotations or generic parameter binding required
8 = note: this error originates in a macro outside of the current crate
9
10 error: aborting due to previous error
11