-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Nightly documentation is broken #57628
Labels
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
Nice catch. Will send the patch as soon as I can. |
Thanks! |
Centril
added
O-windows
Operating system: Windows
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
labels
Jan 16, 2019
This also causes the hyperlinks in the function declaration line to not work. |
Centril
added a commit
to Centril/rust
that referenced
this issue
Jan 17, 2019
…reavus Fixes text becoming invisible when element targetted Fixes rust-lang#57628. r? @QuietMisdreavus
Centril
added a commit
to Centril/rust
that referenced
this issue
Jan 17, 2019
…reavus Fixes text becoming invisible when element targetted Fixes rust-lang#57628. r? @QuietMisdreavus
Centril
added a commit
to Centril/rust
that referenced
this issue
Jan 17, 2019
…reavus Fixes text becoming invisible when element targetted Fixes rust-lang#57628. r? @QuietMisdreavus
fitzgen
added a commit
to fitzgen/wasm-bindgen
that referenced
this issue
Jan 17, 2019
This avoids rust-lang/rust#57628 and also generally makes sense since wasm-bindgen buils on stable.
Centril
added a commit
to Centril/rust
that referenced
this issue
Jan 18, 2019
…reavus Fixes text becoming invisible when element targetted Fixes rust-lang#57628. r? @QuietMisdreavus
Centril
added a commit
to Centril/rust
that referenced
this issue
Jan 18, 2019
…reavus Fixes text becoming invisible when element targetted Fixes rust-lang#57628. r? @QuietMisdreavus
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Jan 18, 2019
…reavus Fixes text becoming invisible when element targetted Fixes rust-lang#57628. r? @QuietMisdreavus
Centril
added a commit
to Centril/rust
that referenced
this issue
Jan 18, 2019
…reavus Fixes text becoming invisible when element targetted Fixes rust-lang#57628. r? @QuietMisdreavus
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.
O-windows
Operating system: Windows
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Windows, different browsers.
Nightly https://doc.rust-lang.org/nightly/std/path/struct.Path.html#method.is_absolute
Stable https://doc.rust-lang.org/stable/std/path/struct.Path.html#method.is_absolute
Link text is invisible:
The text was updated successfully, but these errors were encountered: