Comment on allowing only feature(test) in compiletest
This commit is contained in:
parent
51b7044347
commit
686d5f83ef
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
#![crate_name = "compiletest"]
|
#![crate_name = "compiletest"]
|
||||||
#![feature(test)]
|
|
||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
|
// The `test` crate is the only unstable feature
|
||||||
|
// allowed here, just to share similar code.
|
||||||
|
#![feature(test)]
|
||||||
|
|
||||||
extern crate test;
|
extern crate test;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue