11 lines
119 B
Rust
11 lines
119 B
Rust
//@ check-pass
|
|
|
|
pub trait Foo {
|
|
/**
|
|
Does nothing, returns `()`
|
|
|
|
yadda-yadda-yadda
|
|
*/
|
|
fn foo() {}
|
|
}
|