]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-17551.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-17551.stderr
CommitLineData
8faf50e0 1error[E0282]: type annotations needed
0731742a 2 --> $DIR/issue-17551.rs:6:15
8faf50e0 3 |
532ac7d7 4LL | let foo = B(marker::PhantomData);
8faf50e0
XL
5 | --- ^ cannot infer type for `T`
6 | |
7 | consider giving `foo` a type
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0282`.