Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc --enable-index-page broken #60096

Closed
bobbobbio opened this issue Apr 18, 2019 · 1 comment · Fixed by #60134
Closed

rustdoc --enable-index-page broken #60096

bobbobbio opened this issue Apr 18, 2019 · 1 comment · Fixed by #60134
Assignees
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@bobbobbio
Copy link

The index page that is printed out when using the --enable-index-page looks broken. This is using the development version of 1.34.

There is just a bunch of junk, and links to crates are missing:
Screenshot from 2019-04-18 14-47-59

@jonas-schievink jonas-schievink added C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Apr 18, 2019
@GuillaumeGomez GuillaumeGomez self-assigned this Apr 20, 2019
@GuillaumeGomez
Copy link
Member

Taking a look.

Centril added a commit to Centril/rust that referenced this issue Apr 25, 2019
…nishearth

Fix index-page generation

Fixes rust-lang#60096.

The minifier was minifying crates name in `searchIndex` key position, which was a bit problematic for multiple reasons.

r? @rust-lang/rustdoc
Centril added a commit to Centril/rust that referenced this issue Apr 25, 2019
…nishearth

Fix index-page generation

Fixes rust-lang#60096.

The minifier was minifying crates name in `searchIndex` key position, which was a bit problematic for multiple reasons.

r? @rust-lang/rustdoc
Centril added a commit to Centril/rust that referenced this issue Apr 26, 2019
…nishearth

Fix index-page generation

Fixes rust-lang#60096.

The minifier was minifying crates name in `searchIndex` key position, which was a bit problematic for multiple reasons.

r? @rust-lang/rustdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants