Skip to content

Commit

Permalink
Comment on allowing only feature(test) in compiletest
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jan 8, 2020
1 parent 51b7044 commit 686d5f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tools/compiletest/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#![crate_name = "compiletest"]
#![feature(test)]
#![deny(warnings)]
// The `test` crate is the only unstable feature
// allowed here, just to share similar code.
#![feature(test)]

extern crate test;

Expand Down

0 comments on commit 686d5f8

Please sign in to comment.