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

ices/108580.rs: fixed with errors #1618

Merged
merged 1 commit into from
Jul 8, 2023
Merged

Commits on Jul 2, 2023

  1. ices/108580.rs: fixed with errors

    === stdout ===
    === stderr ===
    error: return type captures more lifetimes than trait definition
      --> /home/runner/work/glacier/glacier/ices/108580.rs:22:46
       |
    22 |     fn into_iterator(&self) -> impl Iterator<Item: '_> {
       |                      -                       ^^^^^^^^
       |                      |
       |                      this lifetime was captured
       |
    note: hidden type must only reference lifetimes captured by this impl trait
      --> /home/runner/work/glacier/glacier/ices/108580.rs:9:46
       |
    9  |     fn into_iterator(&self) -> impl Iterator<Item: > + '_;
       |                                              ^^^^^
       = note: hidden type inferred to be `impl Sized + '_`
    
    error: aborting due to previous error
    
    ==============
    rustbot committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    fdffe23 View commit details
    Browse the repository at this point in the history