Skip to content

Commit 7bf8649

Browse files
Updated stderr outputs
1 parent 09ec24b commit 7bf8649

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/ui/lowering/cont-in-block/cont-in-fn-issue-113379.stderr

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0696]: `continue` pointing to a labeled block
2-
--> $DIR/cont-in-fn-issue-113379.rs:12:17
2+
--> $DIR/cont-in-fn-issue-113379.rs:14:17
33
|
44
LL | / 'b: {
55
LL | |
@@ -9,7 +9,7 @@ LL | | }
99
| |_____________- labeled block the `continue` points to
1010

1111
error[E0696]: `continue` pointing to a labeled block
12-
--> $DIR/cont-in-fn-issue-113379.rs:22:9
12+
--> $DIR/cont-in-fn-issue-113379.rs:24:9
1313
|
1414
LL | / 'b: {
1515
LL | | continue 'b;
@@ -19,7 +19,7 @@ LL | | }
1919
| |_____- labeled block the `continue` points to
2020

2121
error[E0308]: mismatched types
22-
--> $DIR/cont-in-fn-issue-113379.rs:10:13
22+
--> $DIR/cont-in-fn-issue-113379.rs:12:13
2323
|
2424
LL | / 'b: {
2525
LL | |

tests/ui/lowering/cont-in-block/cont-in-match-arm-issue-121623.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0696]: `continue` pointing to a labeled block
2-
--> $DIR/cont-in-match-arm-issue-121623.rs:4:13
2+
--> $DIR/cont-in-match-arm-issue-121623.rs:6:13
33
|
44
LL | _ => 'b: {
55
| ______________-

0 commit comments

Comments
 (0)