Skip to content

Broken links in compiler internal docs #56107

Closed
@bjorn3

Description

@bjorn3
Member

Take for example https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/traits/consts/trait.ConstMethods.html:

If you click on a reference to LocalInternedString you will be send to https://doc.rust-lang.org/nightly/syntax_pos/symbol/struct.LocalInternedString.html. Note the missing /nightly-rustc/.

This happens at other places too.

Activity

added 3 commits that reference this issue on Dec 4, 2018

Rollup merge of rust-lang#56441 - ollie27:rustbuild_compiler_docs, r=…

3dfaeab

Rollup merge of rust-lang#56441 - ollie27:rustbuild_compiler_docs, r=…

096c434
added a commit that references this issue on Dec 6, 2018

Rollup merge of rust-lang#56441 - ollie27:rustbuild_compiler_docs, r=…

0be8537
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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @bjorn3

      Issue actions

        Broken links in compiler internal docs · Issue #56107 · rust-lang/rust