// build-pass (FIXME(62277): could be check-pass?) pub trait Foo { /** Does nothing, returns `()` yadda-yadda-yadda */ fn foo() {} }