You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I say I'm not sure if it is a Rust problem or not because I sometimes seem to also get another associated error which shows up on the uniffi::custom_type! part which gets cleared up with a cargo clean and/or restart the rust-analyzer (in vscode):
proc-macro panicked: failed to load macro: Failed to get file metadata for /Users/kris/Code/appbiotic/example/target/debug/deps/libuniffi_macros-3ff8cce37c02a9b3.dylib: No such file or directory (os error 2)rust-analyzer[macro-error](https://rust-analyzer.github.io/manual.html#macro-error)
The text was updated successfully, but these errors were encountered:
If you want to debug this yourself, I would recommend building on nightly with RUSTFLAGS='-Zproc-macro-backtrace'. (I think that's the right flag name, just building on nightly without flags might get you a hint in the error message with the right name of the option)
Not sure if this is a Rust problem or
uniffi-rs
or not, but when trying to build this example.zip for #2425 the following error occurs on the struct:Code snippet:
Package:
I say I'm not sure if it is a Rust problem or not because I sometimes seem to also get another associated error which shows up on the
uniffi::custom_type!
part which gets cleared up with acargo clean
and/or restart therust-analyzer
(in vscode):The text was updated successfully, but these errors were encountered: