We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04fda8 commit 9d252baCopy full SHA for 9d252ba
src/test/rustdoc-js/doc-alias.rs
@@ -12,11 +12,7 @@ impl Struct {
12
}
13
14
impl Trait for Struct {
15
- // Shouldn't be listed in aliases!
16
- #[doc(alias = "ImplTraitItem")]
17
type Target = u32;
18
19
- #[doc(alias = "ImplAssociatedConstItem")]
20
const AssociatedConst: i32 = 12;
21
22
#[doc(alias = "ImplTraitFunction")]
0 commit comments