summaryrefslogtreecommitdiffstats
path: root/tests/ui/type_length_limit.stderr
blob: 5b00d387aba5dd0e115f117006f0186f7fd3f962 (plain)
1
2
3
4
5
6
7
8
error: reached the type-length limit while instantiating `std::mem::drop::<Option<((((..., ..., ...), ..., ...), ..., ...), ..., ...)>>`
  --> $SRC_DIR/core/src/mem/mod.rs:LL:COL
   |
   = help: consider adding a `#![type_length_limit="10"]` attribute to your crate
   = note: the full type name has been written to '$TEST_BUILD_DIR/type_length_limit/type_length_limit.long-type.txt'

error: aborting due to previous error