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

ices/84073.rs: fixed with errors #1196

Closed
wants to merge 1 commit into from
Closed

Commits on Mar 31, 2022

  1. ices/84073.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0282]: type annotations needed for `RaceBuilder<T, Never<T>>`
      --> /home/runner/work/glacier/glacier/ices/84073.rs:32:16
       |
    32 |     Race::new(|race| race.when());
       |                ^^^^ consider giving this closure parameter the explicit type `RaceBuilder<T, Never<T>>`, where the type parameter `T` is specified
    
    error: aborting due to previous error
    
    For more information about this error, try `rustc --explain E0282`.
    ==============
    rustbot committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    59cadd3 View commit details
    Browse the repository at this point in the history