You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I'm Lau Chaves, and I would like to contribute to this issue!
I just noticed it as well while running it locally and also on the PR I just created, I was gonna ask about it, thought it was related to the other pull request that hasn’t been merged.
My end
But now that I’ve context, I’d love to give it a try!
How I plan on tackling this issue
Here’s the approach I’d follow:
First I would review the error messages and identify which parts of the code are failing due to the new cfg features checks.
I’ll look for #[cfg(...)] and #[cfg_attr(...)]
I’ll review the Rust 1.80 release notes to understand the specific changes to cfg feature checks
I’ll update configuration, check .toml to ensure it’s defined correctly
I’ll fix all the cfg that are misconfigured
I’ll run tests in order to check that issues are resolved and no new issues have been introduced
CI fails in main branch are caused by the recent Rust 1.80 release that introduced cfg features checks:
https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html
We need to review the feature names and either properly name them, or add them to Cargo.toml.
The text was updated successfully, but these errors were encountered: