2024-11-05 21:54:45 +00:00
|
|
|
error[E0320]: overflow while adding drop-check rules for `S<u32>`
|
2025-07-16 19:45:07 +00:00
|
|
|
--> $DIR/issue-38591-non-regular-dropck-recursion.rs:12:6
|
2020-06-21 22:32:35 -04:00
|
|
|
|
|
2022-06-28 22:56:32 +02:00
|
|
|
LL | fn f(x: S<u32>) {}
|
|
|
|
|
| ^
|
2020-06-21 22:32:35 -04:00
|
|
|
|
|
2025-07-16 19:45:07 +00:00
|
|
|
= note: overflowed on `S<fn(fn(fn(fn(fn(fn(fn(fn(fn(fn(fn(fn(fn(fn(fn(fn(...))))))))))))))))>`
|
|
|
|
|
= note: the full name for the type has been written to '$TEST_BUILD_DIR/issue-38591-non-regular-dropck-recursion.long-type-$LONG_TYPE_HASH.txt'
|
|
|
|
|
= note: consider using `--verbose` to print the full type name to the console
|
2019-12-30 13:30:34 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-12-30 13:30:34 +00:00
|
|
|
|
2022-12-16 18:24:14 +13:00
|
|
|
For more information about this error, try `rustc --explain E0320`.
|