Closed
Description
Feature gate: #![feature(ptr_addr_eq)]
This is a tracking issue for ...
Public API
// core::ptr
pub fn addr_eq<T: ?Sized, U: ?Sized>(p: *const T, q: *const U) -> bool;
Steps / History
- ACP: Add
ptr::addr_eq
for use with pointers-to-DSTs libs-team#274 - Implementation: Add
ptr::addr_eq
#116325 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.
Footnotes
Metadata
Metadata
Assignees
Labels
Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the language team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.