Skip to content

Commit 038f5b7

Browse files
Update UI tests
1 parent 3390ff9 commit 038f5b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/ui/parser/doc-comment-in-if-statement.stderr

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: expected outer doc comment
1+
error[E0753]: expected outer doc comment
22
--> $DIR/doc-comment-in-if-statement.rs:2:13
33
|
44
LL | if true /*!*/ {}
@@ -17,3 +17,4 @@ LL | if true /*!*/ {}
1717

1818
error: aborting due to 2 previous errors
1919

20+
For more information about this error, try `rustc --explain E0753`.

src/test/ui/parser/issue-30318.stderr

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: expected outer doc comment
1+
error[E0753]: expected outer doc comment
22
--> $DIR/issue-30318.rs:3:1
33
|
44
LL | //! Misplaced comment...
@@ -8,3 +8,4 @@ LL | //! Misplaced comment...
88

99
error: aborting due to previous error
1010

11+
For more information about this error, try `rustc --explain E0753`.

0 commit comments

Comments
 (0)