-
Notifications
You must be signed in to change notification settings - Fork 246
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
Fails to compile on latest nightly #1098
Comments
With the risk of stating the obvious, this is also causing |
Note that c2rust used to compile just fine also on stable Rust. So as theoparis mentioned in the update, unlocking time-rs-macros sounds like the way to go. We need time 0.3.35 to fix the build issue, which needs Rust 1.67, which is more recent than the currently locked nightly. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See time-rs/time#681, it seems like some dependencies need to be updated since it isn't used directly...
Adding the following to Cargo.toml in this repository seems to fix it for the time being.
Update: I think the correct fix would actually be updating Cargo.lock and the time-macros crate.
The text was updated successfully, but these errors were encountered: