Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
parser
/
doc-inside-trait-item.rs
blob: 87b501bd2a2df616e945ae64e4dc137caee3750d [
file
] [
log
] [
blame
]
trait
User
{
fn
test
();
/// empty doc
//~^ ERROR found a documentation comment that doesn't document anything
}
fn
main
()
{}