add required imports & feature

This commit is contained in:
Djzin 2017-01-14 17:40:52 +00:00
parent 93e6c26dcf
commit bd04c30df7
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
use std::fmt;
use std::mem;
use std::collections::range::RangeArgument;
use std::collections::Bound::{Excluded, Included, Unbounded};
pub unsafe trait Array {
type Element;

View File

@ -27,6 +27,7 @@
#![feature(shared)]
#![feature(collections_range)]
#![feature(collections_bound)]
#![feature(nonzero)]
#![feature(rustc_private)]
#![feature(staged_api)]