]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type_length_limit.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / type_length_limit.stderr
1 error: reached the type-length limit while instantiating `std::mem::drop::<std::option::Op... G), (G, G, G), (G, G, G))))))>>`
2   --> $SRC_DIR/core/src/mem/mod.rs:LL:COL
3    |
4 LL | pub fn drop<T>(_x: T) {}
5    | ^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: consider adding a `#![type_length_limit="1094"]` attribute to your crate
8
9 error: aborting due to previous error
10