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

Commit fc9db7d

Browse files
committed
ices/82335.rs: fixed with errors
=== stdout === === stderr === error[E0601]: `main` function not found in crate `82335` --> /home/runner/work/glacier/glacier/ices/82335.rs:1:1 | 1 | / union Union<I> { 2 | | data: std::iter::Peekable<I> 3 | | } | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/82335.rs` error[E0277]: `I` is not an iterator --> /home/runner/work/glacier/glacier/ices/82335.rs:2:11 | 2 | data: std::iter::Peekable<I> | ^^^^^^^^^^^^^^^^^^^^^^ `I` is not an iterator | note: required by a bound in `Peekable` help: consider restricting type parameter `I` | 1 | union Union<I: std::iter::Iterator> { | +++++++++++++++++++++ error: aborting due to 2 previous errors Some errors have detailed explanations: E0277, E0601. For more information about an error, try `rustc --explain E0277`. ==============
1 parent 6f5c053 commit fc9db7d

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)