mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
bc4931ed7e
The exact set of permissions granted when forming a raw reference is currently undecided https://github.com/rust-lang/rust/issues/56604. To avoid presupposing any particular outcome, adjust the const qualification to be compatible with decision where raw reference constructed from `addr_of!` grants mutable access.