Add negative impls for *const T and *mut T

This commit is contained in:
Flavio Percoco
2015-01-26 21:30:56 +01:00
parent ad3e748128
commit bd511f73be
3 changed files with 11 additions and 2 deletions

View File

@@ -68,6 +68,7 @@
#![feature(staged_api)]
#![feature(unboxed_closures)]
#![feature(rustc_attrs)]
#![feature(optin_builtin_traits)]
#[macro_use]
mod macros;