blob: 0f70cc5fd1093f836ae1b509e89e247b53ac5792 [file] [log] [blame]
error[E0282]: type annotations needed
--> $DIR/unconstrained-none.rs:14:5
|
14 | None; //~ ERROR type annotations needed [E0282]
| ^^^^ cannot infer type for `T`
error: aborting due to previous error