]> git.proxmox.com Git - rustc.git/blobdiff - 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
index 5bf381607c5ed6eb78b7886bc211e17270f6d38f..d749ee00c22bfce2f75eebba33f06d5e8e044111 100644 (file)
@@ -1,10 +1,10 @@
-error: reached the recursion limit while instantiating `drop_in_place::<S<fn(fn(fn(fn(fn...)))))))))))))))))))))))))))))>))`
+error: reached the recursion limit while instantiating `std::ptr::drop_in_place::<S<fn(f...)))))))))))))))))))))))))))))>))`
   --> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
    |
 LL | pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) {
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-note: `drop_in_place` defined here
+note: `std::ptr::drop_in_place` defined here
   --> $SRC_DIR/core/src/ptr/mod.rs:LL:COL
    |
 LL | pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) {