Skip to content

Commit cf26c36

Browse files
committed
fix test
1 parent ec79e4b commit cf26c36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/compile-fail/lint-unknown-feature-default.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
// Tests the default for the unused_features lint
1212

13+
#![deny(unused_features)]
14+
1315
#![feature(this_is_not_a_feature)] //~ ERROR: unused or unknown feature
1416

1517
fn main() { }

0 commit comments

Comments
 (0)