]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-58473.rs
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / rustdoc-ui / issue-58473.rs
1 // check-pass
2
3 pub trait Foo {
4     /**
5     Does nothing, returns `()`
6
7     yadda-yadda-yadda
8     */
9     fn foo() {}
10 }