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

ices/58504.rs: fixed with errors #876

Closed
wants to merge 1 commit into from

Commits on Jul 21, 2021

  1. ices/58504.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0557]: feature has been removed
     --> /home/runner/work/glacier/glacier/ices/58504.rs:2:12
      |
    2 | #![feature(impl_trait_in_bindings)]
      |            ^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
      |
      = note: the implementation was not maintainable, the feature may get reintroduced once the current refactorings are done
    
    error[E0562]: `impl Trait` not allowed outside of function and method return types
      --> /home/runner/work/glacier/glacier/ices/58504.rs:12:16
       |
    12 |     let gens: [impl Generator<Return=!, Yield=()>;2] = [ mk_gen(), mk_gen() ];
       |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    
    error: aborting due to 2 previous errors
    
    Some errors have detailed explanations: E0557, E0562.
    For more information about an error, try `rustc --explain E0557`.
    ==============
    rustbot committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1303ea9 View commit details
    Browse the repository at this point in the history