-
Notifications
You must be signed in to change notification settings - Fork 893
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
Warn users of Tier 2 platforms, and explain what that means #2788
Comments
For us to be able to explain the platform tier, that information would need to be exported to us in the channel metadata. @pietroalbini do you think we might put something together to allow rustup to indicate tier levels on toolchain installation? We could just include the tier data as another table in the channel toml perhaps? |
I don't think I'll have the time to think about an implementation for this, but it'd be nice to include the information somehow in manifests :) |
You can do this by making a PR to rust-lang/rust, the relevant code is https://github.com/rust-lang/rust/blob/master/src/doc/rustc/src/platform-support.md#tier-2. |
Another alternative is, if |
@rustbot claim |
…bini Adding explicit notice of lack of documentation for Tier 2 Platforms Fixing: rust-lang/rustup#2788
…bini Adding explicit notice of lack of documentation for Tier 2 Platforms Fixing: rust-lang/rustup#2788
…bini Adding explicit notice of lack of documentation for Tier 2 Platforms Fixing: rust-lang/rustup#2788
…bini Adding explicit notice of lack of documentation for Tier 2 Platforms Fixing: rust-lang/rustup#2788
…bini Adding explicit notice of lack of documentation for Tier 2 Platforms Fixing: rust-lang/rustup#2788
PR has been merged. Please close. |
This has 2 parts to it, I believe there is no Rustup-side warning yet. |
TL;DR: Please notify users of Tier 2 platforms a) that it is a Tier 2 platform, and b) what that means.
Describe the problem you are trying to solve
rustup doc
, which failed because the files were not there.rustup component add rust-docs
, which failed becausetoolchain 'stable-aarch64-apple-darwin' does not contain component 'rust-docs' for target 'aarch64-apple-darwin'; did you mean 'rustc-docs'?
.Describe the solution you'd like
An explicit note on the Platform Support page that Tier 2 does not get documentation.
Some kind of notice to the user to explain what's going on, for example:
or
The text was updated successfully, but these errors were encountered: