This repository was archived by the owner on Sep 12, 2025. It is now read-only.
0.19.4 compilation error... on some project #268
Replies: 2 comments
|
Looking at the error message, it looks like there's a disagreement about using |
0 replies
|
Ok the issue might have been caused by a filesystem full that caused issues with cargo. My Cargo.lock had libc 0.2.33 when I had the error and now that I freed some space on the drive where cargo is downloading the dependencies, it works and the version is 0.2.144. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
This must be something really stupid on my side but I can't figure out what it is. I've been using rlua-0.19.4 without issues for months. Today I just created a new project to make some test and rlua fails to compile on stable-x86_64-pc-windows-msvc :
My cargo.toml is really trivial and I can't find the difference between the project where it works and the one where it fails to compile...
All reactions