提交 dc124e4d 编写于 作者: F Felix S. Klock II

Add `#![allow(stable_features)]` to ease review.

That is, opting to ignore stable `#![feature(..)]`, under my theory
that a reviewer would prefer as much stuff to be bucketed under "ah
another `#![allow(..)]` here." as possible.
上级 f97eea1c
......@@ -9,6 +9,8 @@
// except according to those terms.
// run-pass
#![allow(stable_features)]
// A very basic test of const fn functionality.
#![feature(const_fn, const_indexing)]
......
......@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(stable_features)]
#![feature(const_indexing)]
......
......@@ -9,6 +9,8 @@
// except according to those terms.
// run-pass
#![allow(stable_features)]
// Test to see that the element type of .cloned() can be inferred
// properly. Previously this would fail to deduce the type of `sum`.
......
......@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(stable_features)]
#![feature(std_panic)]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册