summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/issue-58473.rs
blob: 44e1f58d0a0fbc64db81086ea998bb62f53cf1f5 (plain)
1
2
3
4
5
6
7
8
9
10
// check-pass

pub trait Foo {
    /**
    Does nothing, returns `()`

    yadda-yadda-yadda
    */
    fn foo() {}
}