Update UI tests
This commit is contained in:
parent
a657be42b1
commit
c14d85fd33
5 changed files with 10 additions and 5 deletions
|
@ -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`.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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`.
|
||||
|
|
|
@ -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`.
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue