]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-48636.fixed
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-48636.fixed
CommitLineData
94b46f34 1// run-rustfix
0531ce1d 2
94b46f34
XL
3#![allow(dead_code)]
4
5struct S {
6 x: u8,
9fa01778 7 /// The ID of the parent core
94b46f34
XL
8 y: u8,
9}
10//~^^^ ERROR found a documentation comment that doesn't document anything
9fa01778 11
5bcae85e 12fn main() {}