]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-5062.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-5062.stderr
CommitLineData
8faf50e0 1error[E0282]: type annotations needed
0731742a 2 --> $DIR/issue-5062.rs:1:29
8faf50e0
XL
3 |
4LL | fn main() { format!("{:?}", None); }
60c5eb7d 5 | ^^^^ cannot infer type for type parameter `T`
8faf50e0
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0282`.