summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type_length_limit.polonius.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/type_length_limit.polonius.stderr')
-rw-r--r--src/test/ui/type_length_limit.polonius.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/ui/type_length_limit.polonius.stderr b/src/test/ui/type_length_limit.polonius.stderr
new file mode 100644
index 000000000..82d066b2a
--- /dev/null
+++ b/src/test/ui/type_length_limit.polonius.stderr
@@ -0,0 +1,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
+