rust/tests/rustdoc-ui/issues/issue-58473.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
119 B
Rust
Raw Normal View History

//@ check-pass
pub trait Foo {
/**
Does nothing, returns `()`
yadda-yadda-yadda
*/
fn foo() {}
}