feat(dist): add notes for stable and beta in components_missing_msg()#3920
feat(dist): add notes for stable and beta in components_missing_msg()#3920rami3l merged 6 commits intorust-lang:masterfrom
stable and beta in components_missing_msg()#3920Conversation
d463ca8 to
4e5d115
Compare
Co-authored-by: Robert Collins <robertc@robertcollins.net>
4e5d115 to
1f976a6
Compare
1f976a6 to
5667e49
Compare
5667e49 to
d5f257b
Compare
d5f257b to
58b7dba
Compare
@onur-ozkan My apologies for getting a bit sidetracked previously! I would like to know how https://rust-lang.github.io/rustup-components-history will behave on the removal of IMHO, it should also include a link to https://rust-lang.github.io/rustup/devel/concepts/components.html#previous-components in case someone wonders why |
I couldn't find any hard-coded logic in https://github.com/rust-lang/rustup-components-history. I think it will just disappear without causing any issues.
That sounds great but I don't know who maintains it. |
|
|
I'm happy to merge small PRs to rustup-components-history. |
Prepares for
rls' removal in the release channel.Continuation of #3453, as requested by @onur-ozkan in rust-lang/rust#126856 (comment).
The error message is not final, since I'd still like to add a link that provides more info about removed components (which isThe message now includes a link to https://rust-lang.github.io/rustup/devel/concepts/components.html#previous-components.rlsthis time):Concerns
To which document should we add the list of removed components?To the Rustup User Guide, see above for details.Should the note be applied toNo, as feat(html): add a link to removed components rustup-components-history#54 will add a link to https://rust-lang.github.io/rustup/devel/concepts/components.html#previous-components on the components history page.nightlyas well?