blob: 40e7727752b76d9b529e3e9145d125d1316708f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0282]: type annotations needed
--> $DIR/issue-17551.rs:6:15
|
LL | let foo = B(marker::PhantomData);
| --- ^ cannot infer type for `T`
| |
| consider giving `foo` a type
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.
|