From b27040ad1001ccb4f5e2624c96127411a40b474a Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 24 Jan 2018 12:46:05 -0800 Subject: [PATCH] fix(vga): temporary fix for #111 --- vga/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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))]