]> git.proxmox.com Git - rustc.git/blob - src/test/ui/codemap_tests/repair_span_std_macros.stderr
New upstream version 1.13.0+dfsg1
[rustc.git] / src / test / ui / codemap_tests / repair_span_std_macros.stderr
1 error[E0282]: unable to infer enough type information about `_`
2 --> $DIR/repair_span_std_macros.rs:12:13
3 |
4 12 | let x = vec![];
5 | ^^^^^^ cannot infer type for `_`
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