Files
rust/library/alloc/src
Michael Goulet fcb9fcc28c Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnay
Stabilize `ptr::addr_eq`

This PR stabilize the `ptr_addr_eq` library feature, representing:

```rust
// core::ptr

pub fn addr_eq<T: ?Sized, U: ?Sized>(p: *const T, q: *const U) -> bool;
```

FCP has already started [on the tracking issue](https://github.com/rust-lang/rust/issues/116324#issuecomment-1813008697) and is waiting on the final period comment.

Note: stabilizing this feature is somewhat of requirement for a new T-lang lint, cf. https://github.com/rust-lang/rust/pull/117758#issuecomment-1813183686.
2023-11-25 17:23:33 -05:00
..
2023-04-21 16:29:27 -07:00
2023-06-19 12:24:06 -07:00
2023-10-05 18:21:47 -04:00
2023-10-31 16:35:59 +08:00
2023-08-15 14:26:14 -05:00
2023-03-03 17:47:48 +00:00