about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-07-21 22:35:57 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-07-21 22:35:57 -0700
commite2a847460def381a2d947e2c9ed6d517ff55d985 (patch)
treec0f775df4d3b237cf511da041b20c42a44ec3165
parente865542981fb6633cab9298c7b5aedd490016287 (diff)
downloadrust-e2a847460def381a2d947e2c9ed6d517ff55d985.tar.gz
rust-e2a847460def381a2d947e2c9ed6d517ff55d985.zip
Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"
This reverts commit 557359f92512ca88b62a602ebda291f17a953002, reversing
changes made to 1e6c09a803fd543a98bfbe1624d697a55300a786.
-rw-r--r--src/type_of.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/type_of.rs b/src/type_of.rs
index a30bce0a313..84d57838512 100644
--- a/src/type_of.rs
+++ b/src/type_of.rs
@@ -339,8 +339,7 @@ impl<'tcx> LayoutGccExt<'tcx> for TyAndLayout<'tcx> {
             return pointee;
         }
 
-        let assume_valid_ptr = true;
-        let result = Ty::ty_and_layout_pointee_info_at(*self, cx, offset, assume_valid_ptr);
+        let result = Ty::ty_and_layout_pointee_info_at(*self, cx, offset);
 
         cx.pointee_infos.borrow_mut().insert((self.ty, offset), result);
         result