Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
parser
/
doc-inside-trait-item.rs
blob: 87b501bd2a2df616e945ae64e4dc137caee3750d [
file
]
trait
User
{
fn
test
();
/// empty doc
//~^ ERROR found a documentation comment that doesn't document anything
}
fn
main
()
{}