-
Notifications
You must be signed in to change notification settings - Fork 8
Downloading source #11
Copy link
Copy link
Open
Labels
S-needs-designStatus: needs design workStatus: needs design workimplementationImplementation exploration and tracking issuesImplementation exploration and tracking issuesstabilization blockerThis needs a resolution before stabilizationThis needs a resolution before stabilization
Metadata
Metadata
Assignees
Labels
S-needs-designStatus: needs design workStatus: needs design workimplementationImplementation exploration and tracking issuesImplementation exploration and tracking issuesstabilization blockerThis needs a resolution before stabilizationThis needs a resolution before stabilization
Type
Fields
Give feedbackNo fields configured for issues without a type.
This issue is for working through the implementation issues with downloading the standard library source.
Rustup is currently capable of downloading the
rust-srccomponent which contains the source for the standard library crates. It does not include dependencies (likelibc) but it does includeCargo.lockfrom which dependencies can be inferred.There are multiple questions on how Cargo will handle acquiring the standard library source:
Cargo.lockfile will need to be parsed to find the versions, and then download from crates.io. Some possible alternatives:Cargo.lock.