]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/doc-before-mod-rbrace.stderr
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / test / ui / parser / doc-before-mod-rbrace.stderr
1 error: expected item after doc comment
2   --> $DIR/doc-before-mod-rbrace.rs:2:5
3    |
4 LL |     /// document
5    |     ^^^^^^^^^^^^ this doc comment doesn't document anything
6
7 error: aborting due to previous error
8