blob: 9d870ab5bd0d25d7c17a786c61e063e559b93951 [file]
error[E0282]: type annotations needed
--> $DIR/fallback_inference.rs:4:5
|
LL | PhantomData
| ^^^^^^^^^^^ cannot infer type of the type parameter `T` declared on the struct `PhantomData`
|
help: consider specifying a concrete type for the type parameter `T`
|
LL | PhantomData::</* Type */>
| ++++++++++++++
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0282`.