Manish Goregaokar 19efa2599c
Rollup merge of #103701 - WaffleLapkin:__points-at-implementation__--this-can-be-simplified, r=scottmcm
Simplify some pointer method implementations

- Make `pointer::with_metadata_of` const (+simplify implementation) (cc #75091)
- Simplify implementation of various pointer methods

r? ```@scottmcm```

----

`from_raw_parts::<T>(this, metadata(self))` was annoying me for a while and I've finally figured out how it should _actually_ be done.
2022-11-18 17:48:17 -05:00
..
2022-11-11 21:44:27 -08:00
2022-10-29 09:23:12 +02:00
2022-11-13 18:49:21 +00:00
2022-11-08 17:39:40 +01:00
2022-11-17 19:32:28 +01:00
2022-10-19 23:54:00 +01:00
2022-11-06 17:21:21 -05:00
2022-11-04 20:06:18 -07:00
2022-11-06 17:11:02 -05:00
2022-11-06 17:11:02 -05:00
2022-11-14 03:23:41 +00:00
2022-11-06 17:11:02 -05:00
2022-11-13 22:58:20 +00:00
2022-11-06 17:21:21 -05:00
2022-11-06 17:11:02 -05:00
2022-11-09 09:52:04 +01:00