]> git.lizzy.rs Git - rust.git/blob - tests/ui/recursion/issue-38591-non-regular-dropck-recursion.polonius.stderr
Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillot
[rust.git] / tests / ui / recursion / issue-38591-non-regular-dropck-recursion.polonius.stderr
1 error: reached the recursion limit while instantiating `std::ptr::drop_in_place::<S<fn(f...)))))))))))))))))))))))))))))>))`
2   --> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
3    |
4 LL | pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) {
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: `std::ptr::drop_in_place` defined here
8   --> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
9    |
10 LL | pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) {
11    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12    = note: the full type name has been written to '$TEST_BUILD_DIR/recursion/issue-38591-non-regular-dropck-recursion.polonius/issue-38591-non-regular-dropck-recursion.long-type.txt'
13
14 error: aborting due to previous error
15