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