about summary refs log tree commit diff
path: root/src/test/compile-fail/const-eval-overflow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/const-eval-overflow.rs')
-rw-r--r--src/test/compile-fail/const-eval-overflow.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail/const-eval-overflow.rs b/src/test/compile-fail/const-eval-overflow.rs
index fb8726f900d..19b5f9b094c 100644
--- a/src/test/compile-fail/const-eval-overflow.rs
+++ b/src/test/compile-fail/const-eval-overflow.rs
@@ -11,6 +11,7 @@
 #![feature(negate_unsigned)]
 
 #![allow(unused_imports)]
+#![feature(negate_unsigned)]
 
 // Note: the relevant lint pass here runs before some of the constant
 // evaluation below (e.g. that performed by trans and llvm), so if you