#5025·rustup

建议: 特殊工具链名称指明特定的覆盖级别

作者: rami3l创建于 2026年8月20日更新于 2026年9月6日
标签enhancement

部分来自 https://GitHub.com/Rust-lang/rustup/issues/4059。自 https://GitHub.com/Rust-lang/rustup/pull/4932 起,已决定只允许满足 `GeneralSecurityProfile::identifier_allowed()` 的字符在 rustup 工具链名称中。这为我们在需要时使用特殊字符(如 `@` 或 `=`)来组合特殊/预留的工具链名称开辟了新的可能性。

内容来源: rust-lang/rustup