mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
ac0cc709c3
fix Pointer to reference conversion docs The aliasing rules documented in https://github.com/rust-lang/rust/pull/128157 are wrong, this fixes them.