]> git.lizzy.rs Git - rust.git/blob - src/test/ui/traits/static-method-generic-inference.stderr
Add regression test for #82830
[rust.git] / src / test / ui / traits / static-method-generic-inference.stderr
1 error[E0283]: type annotations needed
2   --> $DIR/static-method-generic-inference.rs:24:25
3    |
4 LL |     let _f: base::Foo = base::HasNew::new();
5    |                         ^^^^^^^^^^^^^^^^^ cannot infer type
6    |
7    = note: cannot satisfy `_: HasNew<Foo>`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0283`.