-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warnings when compiling against the latest nightly 1.85.0 #2425
Comments
Hi, could you please show |
just normal frb structure :
my workaround was to add the below to my Cargo.toml
but the correct solution, i think, is to add "frb_expand" to the list of features of frb_rust. |
Looks reasonable and feel free to PR for this! (since this does not look to be super hard) |
I tried, but it appears to be more complicated than this |
No worries, then I will take a look at the next batch (may not be very fast since this is a linter warning instead of a real bug or error) |
Hmm, from discussions in rust-fuzz/cargo-fuzz#372, it seems that the correct way is to do what you mentioned above - add unexpected_cfgs? Thus added some doc about this: #2478 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue. |
Describe the bug
there are warnings when compiling with the latest rust nightly version 1.85.0:
Steps to reproduce
Hint: A simple way to reproduce is to clone and modify the https://github.com/fzyzcjy/flutter_rust_bridge/tree/master/frb_example/dart_minimal example package according to your needs.
Logs
The text was updated successfully, but these errors were encountered: