]> git.lizzy.rs Git - rust.git/commitdiff
Update UI tests
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sun, 21 Jun 2020 09:24:45 +0000 (11:24 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Sun, 21 Jun 2020 14:40:36 +0000 (16:40 +0200)
src/test/rustdoc-ui/test-compile-fail3.stderr
src/test/rustdoc-ui/unparseable-doc-test.stdout
src/test/ui/codemap_tests/tab_2.stderr
src/test/ui/issues/issue-44078.stderr
src/test/ui/parser/unbalanced-doublequote.stderr

index 7a2f1815ed8e5ac61ae68b4e9c4466cf52c40033..fab801b3beaeaec049388d3856dbc741c39014f0 100644 (file)
@@ -1,4 +1,4 @@
-error: unterminated double quote string
+error[E0765]: unterminated double quote string
  --> $DIR/test-compile-fail3.rs:3:1
   |
 3 | "fail
@@ -6,3 +6,4 @@ error: unterminated double quote string
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0765`.
index 4ea6455d3aa4cf864a788503d48a83890ba93371..29cb22e2e4b099689f7ff055516d3d5dcca6355d 100644 (file)
@@ -5,7 +5,7 @@ test $DIR/unparseable-doc-test.rs - foo (line 6) ... FAILED
 failures:
 
 ---- $DIR/unparseable-doc-test.rs - foo (line 6) stdout ----
-error: unterminated double quote string
+error[E0765]: unterminated double quote string
   --> $DIR/unparseable-doc-test.rs:8:1
    |
 LL | "unterminated
@@ -13,6 +13,7 @@ LL | "unterminated
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0765`.
 Couldn't compile the test.
 
 failures:
index 70414bbd953d6447beb3ab308fde4dcd6eef9ef5..0bfdc3ac2651dbccfbe77b8ff007c3b7f82c206f 100644 (file)
@@ -1,4 +1,4 @@
-error: unterminated double quote string
+error[E0765]: unterminated double quote string
   --> $DIR/tab_2.rs:4:7
    |
 LL |                   """;
@@ -8,3 +8,4 @@ LL | | }
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0765`.
index 43b49e463128fc0eff4bcf501ad2b71b2b329711..daf67219f4d0acf122df231618faca7c3007411a 100644 (file)
@@ -1,4 +1,4 @@
-error: unterminated double quote string
+error[E0765]: unterminated double quote string
   --> $DIR/issue-44078.rs:2:8
    |
 LL |       "😊"";
@@ -8,3 +8,4 @@ LL | | }
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0765`.
index 4d98515c224ad80b9b7bb7cdfe331164b6fb2b73..94b300a7bd765839364e4ba1ed41c139089639b3 100644 (file)
@@ -1,4 +1,4 @@
-error: unterminated double quote string
+error[E0765]: unterminated double quote string
   --> $DIR/unbalanced-doublequote.rs:5:5
    |
 LL | /     "
@@ -7,3 +7,4 @@ LL | | }
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0765`.