]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-12187-2.stderr
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
[rust.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`.