Sign in
rust
/
rust
/
58f80da065eede67f1476ecd5f30006e62dcc2fe
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-48636.fixed
blob: 921eb4ef685b6afc2d5d722d3437fdb878aefbec [
file
]
//@ 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
()
{}