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

ices/62480.rs: fixed with errors #213

Merged
merged 1 commit into from
Nov 24, 2019
Merged

ices/62480.rs: fixed with errors #213

merged 1 commit into from
Nov 24, 2019

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#62480

#![feature(label_break_value)]

fn main() {
    'a: {
        || break 'a
    }
}
=== stdout ===
=== stderr ===
error: `break` to unknown label
 --> /home/runner/work/glacier/glacier/ices/62480.rs:5:12
  |
5 |         || break 'a
  |            ^^^^^^^^

error: aborting due to previous error

==============

=== stdout ===
=== stderr ===
error: `break` to unknown label
 --> /home/runner/work/glacier/glacier/ices/62480.rs:5:12
  |
5 |         || break 'a
  |            ^^^^^^^^

error: aborting due to previous error

==============
@Alexendoo Alexendoo merged commit 26955e2 into master Nov 24, 2019
@Alexendoo Alexendoo deleted the autofix/ices/62480.rs branch November 24, 2019 12:31
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