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

ices/51506.rs: fixed with errors #406

Merged
merged 1 commit into from
Jun 22, 2020
Merged

ices/51506.rs: fixed with errors #406

merged 1 commit into from
Jun 22, 2020

Commits on Jun 22, 2020

  1. ices/51506.rs: fixed with errors

    === stdout ===
    === stderr ===
    warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
     --> /home/runner/work/glacier/glacier/ices/51506.rs:2:12
      |
    2 | #![feature(specialization)]
      |            ^^^^^^^^^^^^^^
      |
      = note: `#[warn(incomplete_features)]` on by default
      = note: see issue #31844 <rust-lang/rust#31844> for more information
    
    error[E0277]: `!` is not an iterator
      --> /home/runner/work/glacier/glacier/ices/51506.rs:13:5
       |
    7  |     type Out: Iterator<Item = u32>;
       |     ------------------------------- required by `Trait::Out`
    ...
    13 |     default type Out = !;
       |     ^^^^^^^^^^^^^^^^^^^^^ `!` is not an iterator
       |
       = help: the trait `std::iter::Iterator` is not implemented for `!`
    
    error: aborting due to previous error; 1 warning emitted
    
    For more information about this error, try `rustc --explain E0277`.
    ==============
    rustbot committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    fe0755d View commit details
    Browse the repository at this point in the history