blob: 0f70cc5fd1093f836ae1b509e89e247b53ac5792 (
plain)
1
2
3
4
5
6
7
8
|
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
|