Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-48636.rs
blob: 8610dc2f72ecffb957ee99a01a95827d9c1b3b1a [
file
] [
log
] [
blame
]
// run-rustfix
#![
allow
(
dead_code
)]
struct
S
{
x
:
u8
/// The ID of the parent core
y
:
u8
,
}
//~^^^ ERROR found a documentation comment that doesn't document anything
fn
main
()
{}