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