Skip to content

Explicit rust-toolchain version: nightly => nightly-2026-03-19#16

Open
zjp-CN wants to merge 1 commit intoRust-for-Linux:trunkfrom
os-checker:explicit-rust-toolchain-version
Open

Explicit rust-toolchain version: nightly => nightly-2026-03-19#16
zjp-CN wants to merge 1 commit intoRust-for-Linux:trunkfrom
os-checker:explicit-rust-toolchain-version

Conversation

@zjp-CN
Copy link
Copy Markdown

@zjp-CN zjp-CN commented Apr 2, 2026

Nightly toolchain is too vague, and often results in compilation errors due to rustc internal API changes.

This PR makes the version explicit, and avoids the frustrating compilation failure by user's incompatible nightly version (and also avoid tricks to override the toolchain).

@nbdd0121
Copy link
Copy Markdown
Member

nbdd0121 commented Apr 2, 2026

klint trunk branch is explicitly designed to track only latest nightly. There's a nightly CI running to confirm it builds with latest nightly rustc. There're tagged releases, too, when rustc release new versions.

That said, if there're ways to automate the rust-toolchain update then I think putting them in rust-toolchain.toml is probably fine either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants