Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-48636.rs
blob: 269f11fa4a84e10691a621bf02928ed6d010534f [
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
()
{}