You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working around #58849 which was caused by minification, we have discovered that the resulting non-minified docs have a broken search index (ReferenceError: N is not defined), and the resulting docs are limited to the single toplevel crate from the chosen manifest directory.
The text was updated successfully, but these errors were encountered:
jdm
added
the
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
label
Mar 13, 2019
…llaumeGomez
Revert "Don't generate minification variable if minification disabled"
Reverts rust-lang#58643Fixesrust-lang#59157rust-lang#58643 made us stop generating minification variables when minification is disabled, however they may still be needed for parent crates that were generated with minification (this will always be the case for libstd and libcore)
r? @QuietMisdreavus@GuillaumeGomez
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Mar 16, 2019
…llaumeGomez
Revert "Don't generate minification variable if minification disabled"
Reverts rust-lang#58643Fixesrust-lang#59157rust-lang#58643 made us stop generating minification variables when minification is disabled, however they may still be needed for parent crates that were generated with minification (this will always be the case for libstd and libcore)
r? @QuietMisdreavus@GuillaumeGomez
While working around #58849 which was caused by minification, we have discovered that the resulting non-minified docs have a broken search index (
ReferenceError: N is not defined
), and the resulting docs are limited to the single toplevel crate from the chosen manifest directory.The text was updated successfully, but these errors were encountered: