提交 bd04c30d 编写于 作者: D Djzin

add required imports & feature

上级 93e6c26d
......@@ -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;
......
......@@ -27,6 +27,7 @@
#![feature(shared)]
#![feature(collections_range)]
#![feature(collections_bound)]
#![feature(nonzero)]
#![feature(rustc_private)]
#![feature(staged_api)]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册