-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Documentation neither installed nor installable on tier 2+ platforms #69525
Copy link
Copy link
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Description
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
I'm working in Rust on a Pinebook Pro running ARM64 Debian GNU/Linux. I've been Rusty for a few years now, and one of my favorite features is the extensive offline documentation. However, on this computer:
rustup docgives an error message instead of documentation; the documentation doesn't appear to be present; and attempts to explicitly install the documentation have all failed.Steps
rustup doc(it fails)rustup component add rust-docs(it fails)rustup component add --toolchain stable-aarch64-unknown-linux-gnu rust-docs(it fails)I installed Rust about a month ago and noticed the lack of documentation then, it's only now that it's become a major problem for me. I attempted steps 2-4 just now after
rustup update, rather than after a completely fresh install.Notes
Output of
rustup --version:rustup 1.21.1 (7832b2ebe 2019-12-20)Output of
rustup show:Output of
rustup doc(even though rust-lang/rustup#2116 should be in effect?):Output of
rustup component add --toolchain stable-aarch64-unknown-linux-gnu rust-docs: