]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/doc-before-extern-rbrace.stderr
Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk
[rust.git] / src / test / ui / parser / doc-before-extern-rbrace.stderr
1 error: expected item after doc comment
2   --> $DIR/doc-before-extern-rbrace.rs:2:5
3    |
4 LL |     /// hi
5    |     ^^^^^^
6
7 error: aborting due to previous error
8