]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-29147.stderr
Auto merge of #79113 - andjo403:raw_vec_ptr, r=m-ou-se
[rust.git] / src / test / ui / issues / issue-29147.stderr
1 error[E0283]: type annotations needed
2   --> $DIR/issue-29147.rs:21:13
3    |
4 LL | trait Foo { fn xxx(&self); }
5    |             -------------- required by `Foo::xxx`
6 ...
7 LL |     let _ = <S5<_>>::xxx;
8    |             ^^^^^^^^^^^^ cannot infer type for struct `S5<_>`
9    |
10    = note: cannot satisfy `S5<_>: Foo`
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0283`.