]> git.lizzy.rs Git - rust.git/commit
alloc: impl fmt::Pointer for Rc, Arc and Box
authorRicho Healey <richo@psych0tik.net>
Tue, 7 Apr 2015 07:40:22 +0000 (00:40 -0700)
committerRicho Healey <richo@psych0tik.net>
Wed, 8 Apr 2015 05:50:36 +0000 (22:50 -0700)
commita329a61b9bf01bfc3f9f7316bb800b2bc8b76382
tree2c46d4e549d500b30787bfd9d16481f6cbef1849
parentb2e65ee6e4e1523b1d4c56ea0ec430e28946f2f4
alloc: impl fmt::Pointer for Rc, Arc and Box

Closes #24091
src/liballoc/arc.rs
src/liballoc/boxed.rs
src/liballoc/rc.rs
src/libcore/ptr.rs
src/libsyntax/ptr.rs
src/test/run-pass/fmt-pointer-trait.rs [new file with mode: 0644]