blob: 6756d3b5a6051bdf89e451113b49ff7b2646234f [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
pub trait Foo {
/**
Does nothing, returns `()`
yadda-yadda-yadda
*/
fn foo() {}
}