Description
This is a tracking issue for the RFC "an operator to take a raw reference" (rust-lang/rfcs#2582), feature(raw_ref_op).
Steps:
- Implement the RFC (see this comment for a detailed checklist)
- Adjust documentation (see instructions on rustc-guide): operator expressions: add &raw reference#1567
- Stabilization PR (see instructions on rustc-guide): Stabilize
raw_ref_op
(RFC 2582) #127679
Unresolved questions:
(None left here, since the lint was moved to #127724)
Implementation history:
- Initial implementation: Add a raw "address of" operator #64588
Metadata
Metadata
Assignees
Labels
Blocker: Approved by a merged RFC but not yet implemented.Category: An issue tracking the progress of sth. like the implementation of an RFC`#![feature(raw_ref_op)]`Status: It's hard to tell what's been done and what hasn't! Someone should do some investigation.Relevant to the language team, which will review and decide on the PR/issue.This issue requires a nightly compiler in some way.