syntax: add a custom owned smart pointer in ptr::P.

This commit is contained in:
Eduard Burtescu
2014-05-18 00:46:40 +03:00
parent 79a5448f41
commit 1872c4c6b5
3 changed files with 82 additions and 10 deletions

View File

@@ -63,6 +63,7 @@ pub mod diagnostic;
pub mod fold;
pub mod owned_slice;
pub mod parse;
pub mod ptr;
pub mod visit;
pub mod print {