Fix tests
This commit is contained in:
parent
ce0e5558da
commit
b97c9641f5
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user