1error[E0282]: type annotations needed for `fn()`
2 --> $DIR/unpin_impl.rs:4:14
3  |
41 | #[cxx::bridge]
5  | -------------- consider giving this pattern the explicit type `fn()`, with the type parameters specified
6...
74 |         type Opaque;
8  |              ^^^^^^ cannot infer type
9