diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-04-22 11:09:57 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-04-22 11:09:57 +0200 |
| commit | 038f5b74336f310f495af0c15e4a2b4d0750cfee (patch) | |
| tree | 4652e4dcb71e64f6b616fad357350b7b2ebf06fa | |
| parent | 3390ff97b22e082bb553cc0f175ae5ca18bd5e60 (diff) | |
| download | rust-038f5b74336f310f495af0c15e4a2b4d0750cfee.tar.gz rust-038f5b74336f310f495af0c15e4a2b4d0750cfee.zip | |
Update UI tests
| -rw-r--r-- | src/test/ui/parser/doc-comment-in-if-statement.stderr | 3 | ||||
| -rw-r--r-- | src/test/ui/parser/issue-30318.stderr | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/test/ui/parser/doc-comment-in-if-statement.stderr b/src/test/ui/parser/doc-comment-in-if-statement.stderr index af21b78733f..be52a0afd46 100644 --- a/src/test/ui/parser/doc-comment-in-if-statement.stderr +++ b/src/test/ui/parser/doc-comment-in-if-statement.stderr @@ -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`. diff --git a/src/test/ui/parser/issue-30318.stderr b/src/test/ui/parser/issue-30318.stderr index 489451bb5dc..b3a27f19851 100644 --- a/src/test/ui/parser/issue-30318.stderr +++ b/src/test/ui/parser/issue-30318.stderr @@ -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`. |
