]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0585.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0585.stderr
CommitLineData
2c00a5a8
XL
1error[E0585]: found a documentation comment that doesn't document anything
2 --> $DIR/E0585.rs:12:5
3 |
0531ce1d 4LL | /// Hello! I'm useless...
2c00a5a8
XL
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = help: doc comments must come before what they document, maybe a comment was intended with `//`?
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0585`.