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

ices/62480.rs: fixed with errors #188

Merged
merged 1 commit into from
Oct 25, 2019
Merged

ices/62480.rs: fixed with errors #188

merged 1 commit into from
Oct 25, 2019

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#62480

=== stdout ===
=== stderr ===
error[E0658]: labels on blocks are unstable
 --> /home/runner/work/glacier/glacier/ices/62480.rs:2:5
  |
2 |     'a: {
  |     ^^
  |
  = note: for more information, see https://github.com/rust-lang/rust/issues/48594
  = help: add `#![feature(label_break_value)]` to the crate attributes to enable

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error[E0658]: labels on blocks are unstable
 --> /home/runner/work/glacier/glacier/ices/62480.rs:2:5
  |
2 |     'a: {
  |     ^^
  |
  = note: for more information, see rust-lang/rust#48594
  = help: add `#![feature(label_break_value)]` to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
==============
@Alexendoo Alexendoo merged commit 8b39c84 into master Oct 25, 2019
@Alexendoo Alexendoo deleted the autofix/ices/62480.rs branch October 25, 2019 13:41
@JohnTitor
Copy link
Member

Hmm, wait, the example with the feature gate is still ICE. I suspect the original issue isn't fixed.

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.

3 participants