Files
rust/library/core/src
Dylan DPC d6ea99d2ed Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where-applicable, r=m-ou-se
Lift `T: Sized` bounds from some `strict_provenance` pointer methods

This PR removes requirement for `T` (pointee type) to be `Sized` to call `pointer::{addr, expose_addr, with_addr, map_addr}`. These functions don't use `T`'s size, so there is no reason for them to require this. Updated public API:

cc ``@Gankra,`` #95228
r? libs-api
2023-01-18 15:55:36 +05:30
..
2022-10-29 09:23:12 +02:00
2022-12-28 09:18:42 -05:00
2022-12-15 03:55:21 +00:00
2023-01-03 23:50:31 +00:00
2022-12-20 15:01:37 +00:00
2022-12-28 09:18:43 -05:00
2023-01-06 13:20:58 +01:00
2022-12-13 18:08:35 +01:00
2022-12-28 09:18:43 -05:00
2023-01-16 21:26:03 +01:00
2022-11-20 10:28:14 +01:00
2022-05-22 07:18:32 -03:00
2022-09-22 02:12:06 -04:00
2022-12-12 16:22:01 -07:00
2023-01-12 02:28:38 +00:00
2022-12-28 09:18:43 -05:00
2022-11-06 17:21:21 -05:00
2022-11-04 20:06:18 -07:00
2022-12-28 09:18:43 -05:00
2023-01-14 18:26:38 +01:00
2022-11-06 17:11:02 -05:00
2022-11-09 09:52:04 +01:00