mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
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
|
||||
|
|
||||
LL | /// hi //~ERROR expected item after doc comment
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this doc comment doesn't document anything
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
@ -2,7 +2,7 @@ error: expected item after doc comment
|
||||
--> $DIR/doc-before-extern-rbrace.rs:2:5
|
||||
|
|
||||
LL | /// hi
|
||||
| ^^^^^^
|
||||
| ^^^^^^ this doc comment doesn't document anything
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
@ -2,7 +2,7 @@ error: expected item after doc comment
|
||||
--> $DIR/doc-before-mod-rbrace.rs:4:5
|
||||
|
|
||||
LL | /// document
|
||||
| ^^^^^^^^^^^^
|
||||
| ^^^^^^^^^^^^ this doc comment doesn't document anything
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user