]> git.lizzy.rs Git - rust.git/commit
Add `Box::new` method. Prereq for feature-gating `box <expr>` itself.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Wed, 7 Jan 2015 00:10:50 +0000 (01:10 +0100)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Wed, 7 Jan 2015 22:25:31 +0000 (23:25 +0100)
commit82af2a1847fd51dd82f38666283ec9ff174d7a74
tree7272d68e51be44192365cb25e43b540dd8810f66
parent9f1ead8fadc56bad30dc74f5cc50d78af4fbc972
Add `Box::new` method.  Prereq for feature-gating `box <expr>` itself.
src/liballoc/boxed.rs