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
there was a bug in rustdoc where a toolchain specific static asset (search.js) wasn't referenced via static-root-path, but via the path for release (invocation) specific assets. ( introduced in rustdoc: Consolidate static-file replacement mechanism rust#91062 ).
search.js) wasn't referenced viastatic-root-path, but via the path for release (invocation) specific assets. ( introduced in rustdoc: Consolidate static-file replacement mechanism rust#91062 ).LegacySharedResourcesHandlerwhich was a hack for Docs built during 2018-{10-12} link to the wrong url for static resources #1181 also worked for this bug, so this was never visible to users.LegacySharedResourcesHandlerwith the last piece of the axum migration (migrate the main rustdoc handlers to axum, drop iron #1963).search.js, and only at the specific location it might be requested.settings.js, same as to refs #1979: add workaround for toolchain JS files that were referenced wrong #1980initial issue
reported broken releases:
reported via: