Fix tests

This commit is contained in:
Yuki Okushi 2019-01-21 04:52:30 +09:00
parent ce0e5558da
commit b97c9641f5
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ error: expected item after doc comment
--> $DIR/doc-before-eof.rs:3:1 --> $DIR/doc-before-eof.rs:3:1
| |
LL | /// hi //~ERROR expected item after doc comment LL | /// hi //~ERROR expected item after doc comment
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this doc comment doesn't document anything
error: aborting due to previous error error: aborting due to previous error

View File

@ -2,7 +2,7 @@ error: expected item after doc comment
--> $DIR/doc-before-extern-rbrace.rs:2:5 --> $DIR/doc-before-extern-rbrace.rs:2:5
| |
LL | /// hi LL | /// hi
| ^^^^^^ | ^^^^^^ this doc comment doesn't document anything
error: aborting due to previous error error: aborting due to previous error

View File

@ -2,7 +2,7 @@ error: expected item after doc comment
--> $DIR/doc-before-mod-rbrace.rs:4:5 --> $DIR/doc-before-mod-rbrace.rs:4:5
| |
LL | /// document LL | /// document
| ^^^^^^^^^^^^ | ^^^^^^^^^^^^ this doc comment doesn't document anything
error: aborting due to previous error error: aborting due to previous error