blob: b5d4ac831393f0723330ef4d98866db52be81243 (
plain)
1
2
3
4
5
6
7
8
|
error[E0282]: type annotations needed
--> $DIR/issue-6458.rs:19:4
|
19 | foo(TypeWithState(marker::PhantomData));
| ^^^ cannot infer type for `State`
error: aborting due to previous error
|