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

ices/73541.rs: fixed with errors #418

Merged
merged 1 commit into from
Jul 4, 2020
Merged

Commits on Jul 4, 2020

  1. ices/73541.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0767]: use of unreachable label `'a`
     --> /home/runner/work/glacier/glacier/ices/73541.rs:5:26
      |
    2 |     'a: loop {
      |     -- unreachable label defined here
    ...
    5 |                 continue 'a;
      |                          ^^ unreachable label `'a`
      |
      = note: labels are unreachable through functions, closures, async blocks and modules
    
    warning: unused label
     --> /home/runner/work/glacier/glacier/ices/73541.rs:2:5
      |
    2 |     'a: loop {
      |     ^^
      |
      = note: `#[warn(unused_labels)]` on by default
    
    error: aborting due to previous error; 1 warning emitted
    
    For more information about this error, try `rustc --explain E0767`.
    ==============
    rustbot committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    ce6b1ab View commit details
    Browse the repository at this point in the history