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

Commit 1c3dc8d

Browse files
committed
ices/74918.rs: fixed with errors
=== stdout === === stderr === error[E0106]: missing lifetime specifier --> /home/runner/work/glacier/glacier/ices/74918.rs:6:31 | 6 | type Item = IteratorChunk<T, S>; | ^ expected named lifetime parameter | help: consider introducing a named lifetime parameter | 6 | type Item<'a> = IteratorChunk<<'a>T, S>; | ^^^^ ^^^^ error: `impl` item signature doesn't match `trait` item signature --> /home/runner/work/glacier/glacier/ices/74918.rs:8:5 | 8 | fn next(&mut self) -> Option<IteratorChunk<T, S>> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ found `fn(&mut ChunkingIterator<T, S>) -> std::option::Option<IteratorChunk<'_, T, S>>` | = note: expected `fn(&mut ChunkingIterator<T, S>) -> std::option::Option<IteratorChunk<'static, _, _>>` found `fn(&mut ChunkingIterator<T, S>) -> std::option::Option<IteratorChunk<'_, _, _>>` = help: the lifetime requirements from the `impl` do not correspond to the requirements in the `trait` = help: verify the lifetime relationships in the `trait` and `impl` between the `self` argument, the other inputs and its output error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0106`. ==============
1 parent b91b866 commit 1c3dc8d

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)