]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-48636.stderr
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-48636.stderr
CommitLineData
83c7162d 1error[E0585]: found a documentation comment that doesn't document anything
0731742a 2 --> $DIR/issue-48636.rs:7:5
83c7162d
XL
3 |
4LL | x: u8
5 | - help: missing comma here: `,`
9fa01778 6LL | /// The ID of the parent core
83c7162d
XL
7 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8 |
9 = help: doc comments must come before what they document, maybe a comment was intended with `//`?
10
11error: aborting due to previous error
12
13For more information about this error, try `rustc --explain E0585`.