Skip to content

Commit

Permalink
ices/84073.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== 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`.
==============
  • Loading branch information
rustbot committed Feb 9, 2022
1 parent c431092 commit 14eaa28
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 14eaa28

Please sign in to comment.