-
Notifications
You must be signed in to change notification settings - Fork 985
Open
Labels
Milestone
Description
Problem you are trying to solve
I've been trying my hands at solving some clippy issues recently and use rustup doc --std frequently, but I see no option to get the documentation of rustc/nightly-rustc itself. Unless I separately download rustc's source, I can't access the documentation.
What I'm looking for would be the local copy of https://doc.rust-lang.org/stable/nightly-rustc/
I have found nowhere in a --help something that would lead me to that documentation locally.
Solution you'd like
Having a subcommand such as rustup doc --rustc-doc would ideally be the best solution.
Notes
I wouldn't mind tackling this issue if given a bit of guidance and it's not too complex to solve.