1
Fork 0

impl<T> *const T, impl<T> *mut T

This commit is contained in:
Jorge Aparicio 2015-03-10 23:13:36 -05:00
parent 633c593bc3
commit 8afcaabee3
14 changed files with 135 additions and 0 deletions

View file

@ -20,6 +20,7 @@ use iter::Iterator;
use marker::Sized;
use ops::{Drop, FnOnce};
use option::Option::{self, Some, None};
#[cfg(stage0)]
use ptr::PtrExt;
use result::Result::{Ok, Err};
use result;