]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/doc-before-eof.stderr
Auto merge of #101030 - woppopo:const_location, r=scottmcm
[rust.git] / src / test / ui / parser / doc-before-eof.stderr
1 error: expected item after doc comment
2   --> $DIR/doc-before-eof.rs:3:1
3    |
4 LL | /// hi
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this doc comment doesn't document anything
6
7 error: aborting due to previous error
8