Description
Possibly related to #44704, not sure yet. Mdbook related, not rustdoc. Possibly due to customizations we've made, not sure if mdbook bug or not yet.
If I visit https://doc.rust-lang.org/beta/book/second-edition/ or https://doc.rust-lang.org/nightly/book/second-edition/ and click the print button, nothing happens. Same non-behavior in firefox nightly and chrome.
What I expect to happen does happen on https://doc.rust-lang.org/stable/book/second-edition/, which is that I am taken to https://doc.rust-lang.org/stable/book/second-edition/print.html and a print dialog comes up.
Poking at this slowly, not super high priority but we should figure it out before the next release
- Stable is using mdbook 0.0.22
rust/src/tools/rustbook/Cargo.toml
Line 11 in 3b72af9
- Beta is using mdbook 0.0.26
rust/src/tools/rustbook/Cargo.toml
Line 11 in f724781
- Nightly is also on mdbook 0.0.26
rust/src/tools/rustbook/Cargo.toml
Line 11 in e0febe7
I am able to reproduce locally with mdbook 0.0.26
I am not able to reproduce locally with mdbook 0.0.25
I am able to reproduce locally with mdbook cd711bfb