-
-
Notifications
You must be signed in to change notification settings - Fork 8
[native_toolchain_rust] Compilation error when adding a dependency #17
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
Comments
Yeah, this fails when compiling the |
Still would be nice to figure out why the relevant error is only present in verbose log at a completely different spot. |
knopp
added a commit
that referenced
this issue
Aug 5, 2024
Should be fixed in 0.1.0-dev.5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using native_toolchain_rust to create a package, the sample example in the repo builds with no issues.
I add any dependency (for example: image = "0.25.2") and it can no longer compile, and I'm trying to find where I can get the logs to debug the issue, any advice on how should I debug this.
To reproduce just update cargo.toml, flutter clean and then build again:
The text was updated successfully, but these errors were encountered: