]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-34222-1.stderr
Rollup merge of #90985 - camsteffen:diag-name-usage, r=jackh726
[rust.git] / src / test / ui / parser / issues / issue-34222-1.stderr
1 error[E0585]: found a documentation comment that doesn't document anything
2   --> $DIR/issue-34222-1.rs:2:5
3    |
4 LL |     /// comment
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: doc comments must come before what they document, maybe a comment was intended with `//`?
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0585`.