Closed
Description
pub fn choice<I>(iter: I) -> Option<I::Item>
where
I: IntoIterator,
I::IntoIter: Iterator,
{
todo!()
}
error[E0275]: overflow evaluating the requirement `<I as IntoIterator>::Item normalizes-to _`
--> <source>:1:30
|
1 | pub fn choice<I>(iter: I) -> Option<I::Item>
| ^^^^^^^^^^^^^^^
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`example`)
Metadata
Metadata
Assignees
Labels
No labels