]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-12187-2.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-12187-2.stderr
1 error[E0282]: type annotations needed for `&T`
2 --> $DIR/issue-12187-2.rs:6:10
3 |
4 LL | let &v = new();
5 | -^
6 | ||
7 | |cannot infer type
8 | consider giving this pattern the explicit type `&T`, with the type parameters specified
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0282`.