Skip to content

Commit

Permalink
Updated stderr outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakSingh31 committed Jul 23, 2024
1 parent 09ec24b commit 7bf8649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E0696]: `continue` pointing to a labeled block
--> $DIR/cont-in-fn-issue-113379.rs:12:17
--> $DIR/cont-in-fn-issue-113379.rs:14:17
|
LL | / 'b: {
LL | |
Expand All @@ -9,7 +9,7 @@ LL | | }
| |_____________- labeled block the `continue` points to

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

error[E0308]: mismatched types
--> $DIR/cont-in-fn-issue-113379.rs:10:13
--> $DIR/cont-in-fn-issue-113379.rs:12:13
|
LL | / 'b: {
LL | |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E0696]: `continue` pointing to a labeled block
--> $DIR/cont-in-match-arm-issue-121623.rs:4:13
--> $DIR/cont-in-match-arm-issue-121623.rs:6:13
|
LL | _ => 'b: {
| ______________-
Expand Down

0 comments on commit 7bf8649

Please sign in to comment.