mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
49ab0cab61
add raw_ref macros In https://github.com/rust-lang/rust/issues/64490, various people were in favor of exposing `&raw` as a macro first before making the actual syntax stable. So this PR (unstably) introduces those macros. I'll create the tracking issue if we're okay moving forward with this.