summary refs log tree commit diff
path: root/src/test/ui/issues/issue-48636.fixed
blob: 39e6c98b1f5b90ad6e3b8774d7d0369532acee85 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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() {}