Update UI tests

This commit is contained in:
Guillaume Gomez 2020-04-22 11:09:57 +02:00
parent 3390ff97b2
commit 038f5b7433
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
error: expected outer doc comment
error[E0753]: expected outer doc comment
--> $DIR/doc-comment-in-if-statement.rs:2:13
|
LL | if true /*!*/ {}
@ -17,3 +17,4 @@ LL | if true /*!*/ {}
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0753`.

View File

@ -1,4 +1,4 @@
error: expected outer doc comment
error[E0753]: expected outer doc comment
--> $DIR/issue-30318.rs:3:1
|
LL | //! Misplaced comment...
@ -8,3 +8,4 @@ LL | //! Misplaced comment...
error: aborting due to previous error
For more information about this error, try `rustc --explain E0753`.