зеркало из https://github.com/mozilla/uniffi-rs.git
53d5ac7274
After moving `NewtypeHandle` in the fixture to a submodule I got: ``` error[E0433]: failed to resolve: use of undeclared type `UniffiCustomTypeConverter` --> fixtures/ext-types/proc-macro-lib/src/lib.rs:168:5 | 168 | uniffi::custom_newtype!(NewtypeHandle, i64); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `UniffiCustomTypeConverter` | = note: this error originates in the macro `uniffi::custom_newtype` (in Nightly builds, run with -Z macro-backtrace for more info) ``` Giving the full path to the type defined in the scaffolding resolves this. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |