File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ error: reached the type-length limit while instantiating `std::mem::drop::<Optio
4
4
LL | pub fn drop<T>(_x: T) {}
5
5
| ^^^^^^^^^^^^^^^^^^^^^
6
6
|
7
- = note: the full type name has been written to '$TEST_BUILD_DIR/type_length_limit/type_length_limit.long-type.txt'
8
7
= help: consider adding a `#![type_length_limit="8"]` attribute to your crate
8
+ = note: the full type name has been written to '$TEST_BUILD_DIR/type_length_limit/type_length_limit.long-type.txt'
9
9
10
10
error: reached the type-length limit while instantiating `<[closure@std::rt::lang_start<()...e<()>>::call_once - shim(vtable)`
11
11
--> $SRC_DIR/core/src/ops/function.rs:LL:COL
12
12
|
13
13
LL | extern "rust-call" fn call_once(self, args: Args) -> Self::Output;
14
14
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15
15
|
16
- = note: the full type name has been written to '$TEST_BUILD_DIR/type_length_limit/type_length_limit.long-type.txt'
17
16
= help: consider adding a `#![type_length_limit="8"]` attribute to your crate
17
+ = note: the full type name has been written to '$TEST_BUILD_DIR/type_length_limit/type_length_limit.long-type.txt'
18
18
19
19
error: aborting due to 2 previous errors
20
20
You can’t perform that action at this time.
0 commit comments