]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/auxiliary/issue-48414.rs
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
[rust.git] / tests / rustdoc / auxiliary / issue-48414.rs
1 /// Woah, this trait links to [OtherTrait](OtherTrait)!
2 pub trait SomeTrait {}
3
4 /// Woah, this trait links to [SomeTrait](SomeTrait)!
5 pub trait OtherTrait {}