]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type_length_limit.stderr
Allow inlining `#[inline]` functions.
[rust.git] / src / test / ui / type_length_limit.stderr
1 error: reached the type-length limit while instantiating `<[closure@std::rt::lang_start<()...e<()>>::call_once - shim(vtable)`
2   --> $SRC_DIR/core/src/ops/function.rs:LL:COL
3    |
4 LL |     extern "rust-call" fn call_once(self, args: Args) -> Self::Output;
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: the full type name has been written to '$TEST_BUILD_DIR/type_length_limit/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