]> git.lizzy.rs Git - rust.git/commitdiff
Update UI tests
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 22 Apr 2020 09:09:57 +0000 (11:09 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 22 Apr 2020 09:09:57 +0000 (11:09 +0200)
src/test/ui/parser/doc-comment-in-if-statement.stderr
src/test/ui/parser/issue-30318.stderr

index af21b78733f90baa9c6f92d9dcbd105b6d3e2847..be52a0afd46b76ca90ec86cac02c774467656b54 100644 (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`.
index 489451bb5dc8d3ff8ee2637b958abcea643373bb..b3a27f19851711db634f74fcfa146856ee6d212d 100644 (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`.