]> git.lizzy.rs Git - rust.git/commit
Document behavior of `ptr::swap` with overlapping regions of memory.
authorCorey Farwell <coreyf@rwell.org>
Sun, 3 Dec 2017 23:02:17 +0000 (18:02 -0500)
committerCorey Farwell <coreyf@rwell.org>
Tue, 5 Dec 2017 03:49:48 +0000 (22:49 -0500)
commitf3662275e45271b6f0f1d30d572a21e19f3261a1
treeb73680871f94d8daa5fa46e178a7246b700f478b
parentf2b11f30b2946119c23594bc2b3bec3c38d3ae9a
Document behavior of `ptr::swap` with overlapping regions of memory.

Fixes https://github.com/rust-lang/rust/issues/44479.
src/libcore/ptr.rs