Open
Description
Location
When press InternalBitFlags
type hyperlink in https://doc.rust-lang.org/stable/nightly-rustc/rustc_middle/ty/struct.TypeFlags.html
Summary
The hyperlink links to https://doc.rust-lang.org/stable/nightly-rustc/rustc_type_ir/flags/_/struct.InternalBitFlags.html , which is broken.
The document is rendered like this:
pub struct TypeFlags([InternalBitFlags](https://doc.rust-lang.org/stable/nightly-rustc/rustc_type_ir/flags/_/struct.InternalBitFlags.html));
I guess InternalBitFlags
has no dedicated type definition, as TypeFlags
itself is a struct, not containing other type.
rust/compiler/rustc_type_ir/src/flags.rs
Lines 11 to 19 in 35f6036
Metadata
Metadata
Assignees
Labels
Area: Documentation that has been re-exported from a different crateArea: Documentation for any part of the project, including the compiler, standard library, and toolsStatus: A Minimal Complete and Verifiable Example has been found for this issueRelevant to the rustdoc team, which will review and decide on the PR/issue.