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
Note: I tried downgrading to rust 1.82, but while I did note the resulting binary running for a noticably longer time, the error message remains the same.
Is there a way to get more verbose messaging? I did execute with RUST_LOG=debug, but it doesn't show any additional messages that give me a hint as to where the problem originates.
With regards to upgrading to v2, believe me, it's on the todo but not something we can do as-of-yet.
Describe the bug
We make use of
flutter_rust_bridge
version 1.82.6. For reasons as of yet unknown, code generation stopped working with this error message:An error occurred: Nothing is generated for dart wire class. Maybe you forget to put code like
mod the_generated_bridge_code;
to yourlib.rs
?Steps to reproduce
git clone [email protected]:MinBZK/nl-wallet.git
cd nl-wallet
cargo run --manifest-path wallet_core/flutter_rust_bridge_codegen/Cargo.toml
Logs
Expected behavior
Succesfully generated, valid
.dart
files.Generated binding code
OS
Arch Linux, kernel 6.12.1
Version of
flutter_rust_bridge_codegen
1.82.6
Flutter info
Version of
clang++
18.1.8
Additional context
The text was updated successfully, but these errors were encountered: