]> git.proxmox.com Git - rustc.git/blame - src/test/ui/type_length_limit.polonius.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / type_length_limit.polonius.stderr
CommitLineData
94222f64
XL
1error: reached the type-length limit while instantiating `std::mem::drop::<Option<((((...,....., ...), ..., ...), ..., ...)>>`
2 --> $SRC_DIR/core/src/mem/mod.rs:LL:COL
3 |
4LL | 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
10error: aborting due to previous error
11