Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
parser
/
doc-before-struct-rbrace-1.rs
blob: 0c8d90c3b037157cb258b6ddb061175754464371 [
file
] [
log
] [
blame
]
struct
X
{
a
:
u8
,
/// document
//~^ ERROR found a documentation comment that doesn't document anything
//~| HELP if a comment was intended use `//`
}
fn
main
()
{
let
y
=
X
{
a
:
1
};
}