blob: f4930bf890c2bb642140a4f6bc4e9b996bcc56f5 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0282]: type annotations needed
--> $DIR/incomplete-infer-via-sized-wc.rs:15:5
|
LL | is_sized::<MaybeSized<_>>();
| ^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type of the type parameter `T` declared on the function `is_sized`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0282`.
|