rust/tests/ui/parser/issues/issue-48636.rs
2024-02-16 20:02:50 +00:00

13 lines
195 B
Rust

//@ 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() {}