]> git.lizzy.rs Git - rust.git/commit
Split up ptr/mod.rs in libcore, one with implementation detail for const ptr and...
authorChristoph Schmidler <c.schmidler@gmail.com>
Sun, 8 Dec 2019 20:22:18 +0000 (21:22 +0100)
committerChristoph Schmidler <c.schmidler@gmail.com>
Thu, 19 Dec 2019 08:01:26 +0000 (09:01 +0100)
commit12d65c28a6beac211edab9981a924f8c9331c9ec
tree0c640ecca348a87bcf502bd12a45b88960692811
parentc605199e89572e586a5f37bc698c48b6a10896fb
Split up ptr/mod.rs in libcore, one with implementation detail for const ptr and the other with mut ptr
src/libcore/ptr/const_ptr.rs [new file with mode: 0644]
src/libcore/ptr/mod.rs
src/libcore/ptr/mut_ptr.rs [new file with mode: 0644]
src/test/ui/consts/offset_from_ub.stderr