2025-07-16 19:45:07 +00:00
|
|
|
error[E0275]: overflow evaluating the requirement `for<'a> {closure@$DIR/overflow-during-mono.rs:14:41: 14:44}: FnMut(&'a _)`
|
2024-02-14 18:02:55 +00:00
|
|
|
|
|
2024-07-12 21:15:25 -04:00
|
|
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "64"]` attribute to your crate (`overflow_during_mono`)
|
2025-07-16 19:45:07 +00:00
|
|
|
= note: required for `Filter<IntoIter<i32, 11>, {closure@overflow-during-mono.rs:14:41}>` to implement `Iterator`
|
2024-07-12 21:15:25 -04:00
|
|
|
= note: 31 redundant requirements hidden
|
2025-07-16 19:45:07 +00:00
|
|
|
= note: required for `Filter<Filter<Filter<Filter<Filter<..., ...>, ...>, ...>, ...>, ...>` to implement `Iterator`
|
|
|
|
|
= note: required for `Filter<Filter<Filter<Filter<Filter<..., ...>, ...>, ...>, ...>, ...>` to implement `IntoIterator`
|
|
|
|
|
= note: the full name for the type has been written to '$TEST_BUILD_DIR/overflow-during-mono.long-type-$LONG_TYPE_HASH.txt'
|
|
|
|
|
= note: consider using `--verbose` to print the full type name to the console
|
2024-02-14 18:02:55 +00:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
2024-07-12 21:15:25 -04:00
|
|
|
For more information about this error, try `rustc --explain E0275`.
|