Skip to content

https://doc.rust-lang.org/error-index.html is not getting updated #94222

Closed
@kpreid

Description

@kpreid
Contributor

The text at https://doc.rust-lang.org/error-index.html is stale compared to what appears to be its source material, https://github.com/rust-lang/rust/tree/master/compiler/rustc_error_codes/src/error_codes.

For example, the section for E0038 uses the deprecated dynless syntax Box<Trait>, but the markdown file in Git does not and has been substantially revised.

I found that the file is generated by src/tools/error_index_generator into build/<target>/doc/error-index.html, but I don't know how that file should get deployed to doc.rust-lang.org.

Activity

Mark-Simulacrum

Mark-Simulacrum commented on Feb 21, 2022

@Mark-Simulacrum
Member

I believe this is just a case of needing to wait until the relevant PR hits stable -- the top-level files on doc.rust-lang.org are updated on each stable release. In this case, #91387 needs to hit stable which will happen later this week. Closing as not-actually-a-bug.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kpreid@Mark-Simulacrum

        Issue actions

          https://doc.rust-lang.org/error-index.html is not getting updated · Issue #94222 · rust-lang/rust