-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ci: freeze rustc on nightly-2025-01-25 in netlify.toml
#7652
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
Conversation
Signed-off-by: ADD-SP <[email protected]>
# 89 | #![cfg_attr(docsrs, feature(doc_auto_cfg))] | ||
# | ^^^^^^^^^^^^ feature has been removed | ||
# | | ||
# = note: removed in 1.58.0; see <https://github.com/rust-lang/rust/pull/138907; for more information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed in one point fifty eight? That's ancient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version also surprised me, so I checked the PR in the error message, it was merged two days ago: rust-lang/rust@c0ee51f.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just a mistake in the error message and will be fixed in the next nightly: rust-lang/rust#147123
# = note: merged into `doc_cfg` | ||
command = """ | ||
rustup install nightly --profile minimal && cargo doc --no-deps --all-features | ||
rustup install nightly-2025-01-25 --profile minimal && cargo doc --no-deps --all-features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this same version as what's used for docs builds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the same version in ci.yml
, there are also some cargo doc
s in this yml.
tokio/.github/workflows/ci.yml
Line 19 in 8ccf2fb
rust_nightly: nightly-2025-01-25 |
See https://app.netlify.com/projects/tokio-rs/deploys/68d8b0ea0ad8820008da8f26, I opened a issue to the
lock_api
(Amanieu/parking_lot#494).