Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
parser
/
issues
/
issue-48636.fixed
blob: 87c19a32d4c01371b64945696e5fd404d6150000 [
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
()
{}