]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-12187-2.stderr
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[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`.