-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[beta-1.79] fix(toml): Don't warn on lints.rust.unexpected_cfgs.check-cfg #13925
Merged
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d66852 - Browse repository at this point
Copy the full SHA 9d66852View commit details -
fix(toml): Don't warn on lints.rust.unexpected_cfgs.check-cfg
While its unused, we thought we'd reduce warning noise for people using this key on nightly.
Configuration menu - View commit details
-
Copy full SHA for 8511aab - Browse repository at this point
Copy the full SHA 8511aabView commit details -
style(test): Remove check-cfg warning
This is currently breaking CI because we run effectively `RUSTDOCFLAGS=-Dwarnings cargo +nightly doc`
Configuration menu - View commit details
-
Copy full SHA for 1bb52ff - Browse repository at this point
Copy the full SHA 1bb52ffView commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be111bb - Browse repository at this point
Copy the full SHA be111bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cabfab - Browse repository at this point
Copy the full SHA 8cabfabView commit details -
Configuration menu - View commit details
-
Copy full SHA for dde2e1f - Browse repository at this point
Copy the full SHA dde2e1fView commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ebfbc5 - Browse repository at this point
Copy the full SHA 1ebfbc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 088d888 - Browse repository at this point
Copy the full SHA 088d888View commit details -
It looks like its checking nightly rustc links against cargo which is failing because of links related to check-cfg which is stable on nightly. See also https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/Failures.20on.20Beta.20CI
Configuration menu - View commit details
-
Copy full SHA for c99b2e5 - Browse repository at this point
Copy the full SHA c99b2e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bfa91b - Browse repository at this point
Copy the full SHA 8bfa91bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67aa704 - Browse repository at this point
Copy the full SHA 67aa704View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.