blob: 8e423567203e094693efe5077ed71d692195366f [file]
error[E0282]: type annotations needed
--> $DIR/incomplete-inference.rs:7:5
|
LL | None
| ^^^^ cannot infer type of the type parameter `T` declared on the enum `Option`
|
help: consider specifying a concrete type for the type parameter `T`
|
LL | None::</* Type */>
| ++++++++++++++
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0282`.