]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/doc-alias-filter-out.rs
Rollup merge of #103788 - chenyukang:yukang/fix-ice-103783, r=compiler-errors
[rust.git] / src / test / rustdoc-js / doc-alias-filter-out.rs
1 #[doc(alias = "true")]
2 pub struct Foo;