]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0585.stderr
Move some E0XXX to `ui`
[rust.git] / src / test / ui / error-codes / E0585.stderr
1 error[E0585]: found a documentation comment that doesn't document anything
2   --> $DIR/E0585.rs:12:5
3    |
4 12 |     /// Hello! I'm useless...
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