]> git.lizzy.rs Git - rust.git/blob - tests/ui/type_length_limit.stderr
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[rust.git] / tests / ui / type_length_limit.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    = help: consider adding a `#![type_length_limit="10"]` attribute to your crate
5    = note: the full type name has been written to '$TEST_BUILD_DIR/type_length_limit/type_length_limit.long-type.txt'
6
7 error: aborting due to previous error
8