]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unconstrained-none.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / unconstrained-none.stderr
CommitLineData
ff7c6d11
XL
1error[E0282]: type annotations needed
2 --> $DIR/unconstrained-none.rs:14:5
3 |
0531ce1d 4LL | None; //~ ERROR type annotations needed [E0282]
ff7c6d11
XL
5 | ^^^^ cannot infer type for `T`
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0282`.