Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

ices/65383.rs: fixed with errors #189

Merged
merged 1 commit into from
Oct 25, 2019
Merged

ices/65383.rs: fixed with errors #189

merged 1 commit into from
Oct 25, 2019

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#65383

=== stdout ===
=== stderr ===
error[E0267]: `break` inside of a closure
 --> /home/runner/work/glacier/glacier/ices/65383.rs:4:13
  |
3 |         || {
  |         -- enclosing closure
4 |             break 'lab;
  |             ^^^^^^^^^^ cannot `break` inside of a closure

error: aborting due to previous error

For more information about this error, try `rustc --explain E0267`.
==============

=== stdout ===
=== stderr ===
error[E0267]: `break` inside of a closure
 --> /home/runner/work/glacier/glacier/ices/65383.rs:4:13
  |
3 |         || {
  |         -- enclosing closure
4 |             break 'lab;
  |             ^^^^^^^^^^ cannot `break` inside of a closure

error: aborting due to previous error

For more information about this error, try `rustc --explain E0267`.
==============
@JohnTitor JohnTitor merged commit 3c38284 into master Oct 25, 2019
@JohnTitor JohnTitor deleted the autofix/ices/65383.rs branch October 25, 2019 13:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants