about summary refs log tree commit diff
path: root/tests/ui/codegen/overflow-during-mono.stderr
blob: 9e463378004dc8e4ed03db472278bf2ad2c1782f (plain)
1
2
3
4
5
6
7
8
error: reached the type-length limit while instantiating `<Filter<Filter<std::array::IntoIter<i32, 11>, {closure@$DIR/overflow-during-mono.rs:12:41: 12: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