]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/doc-inside-trait-item.stderr
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[rust.git] / src / test / ui / parser / doc-inside-trait-item.stderr
1 error[E0584]: found a documentation comment that doesn't document anything
2   --> $DIR/doc-inside-trait-item.rs:3:5
3    |
4 LL |     /// empty doc
5    |     ^^^^^^^^^^^^^ this doc comment doesn't document anything
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 E0584`.