-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-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.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Description
I tried this command:
DESTDIR=foo ./x.py install doc
I expected to see files installed to foo/usr/local/share/doc/rust/html
Instead, I see files installed to foo/usr/local/share/doc/html
This worked on Rust 1.49, and I noticed the change in testing the Rust 1.50 pre-release.
I'm going ahead to call this stable-to-stable since 1.50 is imminent.
@rustbot modify labels: +regression-from-stable-to-stable -regression-untriaged
The specific change appears to be commit 4050e27 from #81151, a backport of 2caf9bc from #80797, where the default install docdir
changed from "share/doc/rust" to just "share/doc". cc @pietroalbini
Also note that config.toml
still documents that the default is "share/doc/rust".
Metadata
Metadata
Assignees
Labels
T-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.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.