diff --git a/vga/src/lib.rs b/vga/src/lib.rs index 20d4f744..23fea4b5 100644 --- a/vga/src/lib.rs +++ b/vga/src/lib.rs @@ -18,6 +18,7 @@ #![crate_type = "lib"] #![feature( slice_patterns , unique )] +#![feature(ptr_internals)] #![feature( const_fn , const_unique_new )] #![cfg_attr(feature = "system_term", feature(lang_items))]