add required imports & feature
This commit is contained in:
parent
93e6c26dcf
commit
bd04c30df7
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ use std::slice;
|
|||
use std::fmt;
|
||||
use std::mem;
|
||||
use std::collections::range::RangeArgument;
|
||||
use std::collections::Bound::{Excluded, Included, Unbounded};
|
||||
|
||||
pub unsafe trait Array {
|
||||
type Element;
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#![feature(shared)]
|
||||
#![feature(collections_range)]
|
||||
#![feature(collections_bound)]
|
||||
#![feature(nonzero)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(staged_api)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue