]> git.lizzy.rs Git - rust.git/blob - src/test/ui/codemap_tests/repair_span_std_macros.stderr
Unignore u128 test for stage 0,1
[rust.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