Skip to content

Commit c14d85f

Browse files
Update UI tests
1 parent a657be4 commit c14d85f

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
error: unterminated double quote string
1+
error[E0765]: unterminated double quote string
22
--> $DIR/test-compile-fail3.rs:3:1
33
|
44
3 | "fail
55
| ^^^^^^
66

77
error: aborting due to previous error
88

9+
For more information about this error, try `rustc --explain E0765`.

src/test/rustdoc-ui/unparseable-doc-test.stdout

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ test $DIR/unparseable-doc-test.rs - foo (line 6) ... FAILED
55
failures:
66

77
---- $DIR/unparseable-doc-test.rs - foo (line 6) stdout ----
8-
error: unterminated double quote string
8+
error[E0765]: unterminated double quote string
99
--> $DIR/unparseable-doc-test.rs:8:1
1010
|
1111
LL | "unterminated
1212
| ^^^^^^^^^^^^^
1313

1414
error: aborting due to previous error
1515

16+
For more information about this error, try `rustc --explain E0765`.
1617
Couldn't compile the test.
1718

1819
failures:

src/test/ui/codemap_tests/tab_2.stderr

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: unterminated double quote string
1+
error[E0765]: unterminated double quote string
22
--> $DIR/tab_2.rs:4:7
33
|
44
LL | """;
@@ -8,3 +8,4 @@ LL | | }
88

99
error: aborting due to previous error
1010

11+
For more information about this error, try `rustc --explain E0765`.

src/test/ui/issues/issue-44078.stderr

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: unterminated double quote string
1+
error[E0765]: unterminated double quote string
22
--> $DIR/issue-44078.rs:2:8
33
|
44
LL | "😊"";
@@ -8,3 +8,4 @@ LL | | }
88

99
error: aborting due to previous error
1010

11+
For more information about this error, try `rustc --explain E0765`.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: unterminated double quote string
1+
error[E0765]: unterminated double quote string
22
--> $DIR/unbalanced-doublequote.rs:5:5
33
|
44
LL | / "
@@ -7,3 +7,4 @@ LL | | }
77

88
error: aborting due to previous error
99

10+
For more information about this error, try `rustc --explain E0765`.

0 commit comments

Comments
 (0)