rustc/tests/ui/parser/issues/issue-48636.fixed
2024-06-21 09:39:33 +02:00

13 lines
196 B
Plaintext

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