blob: 01ee19c12a8a0c6b09d68336dadbd2ad1135e0b4 [file] [log] [blame]
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