You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
error[E0282]: type annotations needed for `fn()`
|
|
--> $DIR/unpin_impl.rs:4:14
|
|
|
|
|
1 | #[cxx::bridge]
|
|
| -------------- consider giving this pattern the explicit type `fn()`, with the type parameters specified
|
|
...
|
|
4 | type Opaque;
|
|
| ^^^^^^ cannot infer type
|