Add new const_unique_new feature gate (#355)

This commit is contained in:
Philipp Oppermann
2017-10-03 13:29:22 +02:00
committed by GitHub
parent 82c4a6f0a0
commit b58ee1e52b
2 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
#![feature(asm)]
#![feature(naked_functions)]
#![feature(abi_x86_interrupt)]
#![feature(const_unique_new)]
#![no_std]
extern crate rlibc;