-
Notifications
You must be signed in to change notification settings - Fork 568
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
expected tuple struct or tuple variant, found struct variant KbKey::Character
#2403
Comments
I tried your code and it works fine for me with both 0.7 and 0.8, x64 Windows 11. Try deleting your What OS and version are you using? x64 or ARM? |
Thank you for your reply. My system is mac m1 arm. I plan to delete the Cargo.lock file and verify it. If you have any questions, please consult me. Thank you 🙏 |
code: https://github.com/yangmingming/learn_rust/tree/error
Even if the version in Cargo.toml is modified to v0.8.1, the version in the regenerated Cargo.lock is still v0.8.3
error msg
|
When I was using druid version 0.7.0, the code worked fine.
But when I modify my 0.8.3, I get an error that has nothing to do with my code, as follows
I tried the following operations, and it still didn’t solve the problem after re-running it.
Thanks ~
run command
the code
The text was updated successfully, but these errors were encountered: