add #![feature(core_prelude)]

master
edef 2015-07-20 20:54:41 -04:00
parent 06683a8812
commit 189edae3cf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Copyright (c) 2015, edef <edef@edef.eu>
// See the LICENSE file included in this distribution.
#![feature(no_std)]
#![feature(asm, core)]
#![feature(asm, core, core_prelude)]
#![no_std]
//! libfringe is a low-level green threading library.