]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-48636.stderr
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / ui / parser / issues / issue-48636.stderr
1 error[E0585]: found a documentation comment that doesn't document anything
2   --> $DIR/issue-48636.rs:7:5
3    |
4 LL |     x: u8
5    |          - help: missing comma here: `,`
6 LL |     /// The ID of the parent core
7    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8    |
9    = help: doc comments must come before what they document, maybe a comment was intended with `//`?
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0585`.