]> git.proxmox.com Git - rustc.git/blob - src/test/ui/recursion/issue-38591-non-regular-dropck-recursion.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / recursion / issue-38591-non-regular-dropck-recursion.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/issue-38591-non-regular-dropck-recursion.long-type.txt'
13
14 error: aborting due to previous error
15