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