Skip to content

nightly rustdoc on doc.rust-lang.org has broken search and missing colours #123399

Closed

Description

This is what I see from this page on Firefox: https://doc.rust-lang.org/nightly/std/mem/fn.zeroed.html

screenshot of std::mem::zeroed

Looking in the inspector, it appears that all of the CSS variables corresponding to the colours are missing from the actual CSS. For example, hovering over one of the elements from the syntax highlighting:
hovering over a span.kw element, over "use" keyword

The inspector says the colour variable isn't set:
pre.rust .kw style in inspector says --code-highlight-kw-color was never set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    A-contributor-roadblockArea: Makes things more difficult for new contributors to rust itselfA-rustdoc-themesArea: Themes for HTML pages generated by rustdocC-bugCategory: This is a bug.P-criticalCritical priorityT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions