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

error: aborting due to previous error