mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 20:28:33 +00:00
9 lines
526 B
Plaintext
9 lines
526 B
Plaintext
error: reached the type-length limit while instantiating `<Filter<Filter<std::array::IntoIter<i32, 11>, {closure@$DIR/overflow-during-mono.rs:13:41: 13:44}>, ...> as Iterator>::try_fold::<..., ..., ...>`
|
|
--> $SRC_DIR/core/src/iter/adapters/filter.rs:LL:COL
|
|
|
|
|
= help: consider adding a `#![type_length_limit="20156994"]` attribute to your crate
|
|
= note: the full type name has been written to '$TEST_BUILD_DIR/codegen/overflow-during-mono/overflow-during-mono.long-type.txt'
|
|
|
|
error: aborting due to 1 previous error
|
|
|