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