rust/compiler
Tomasz Miąsko bc4931ed7e addr_of! grants mutable access, maybe?
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.
2021-11-03 16:43:12 +01:00
..
2021-10-29 11:15:45 -04:00
2021-11-01 10:39:43 +01:00
2021-11-03 16:43:12 +01:00