about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-uppercase-variables.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-16 10:25:13 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-21 16:16:22 -0800
commite62c37eb8d8fca4fb8924f56c8a5bd56338d5bb4 (patch)
treea8e517b7e2ecfeb3e64cb767452d079555afdee0 /src/test/compile-fail/lint-uppercase-variables.rs
parent11f4d62a062a5c80fad414c457e2a7dbc9a1d6cc (diff)
downloadrust-e62c37eb8d8fca4fb8924f56c8a5bd56338d5bb4.tar.gz
rust-e62c37eb8d8fca4fb8924f56c8a5bd56338d5bb4.zip
Fix up some tests for feature staging
Diffstat (limited to 'src/test/compile-fail/lint-uppercase-variables.rs')
-rw-r--r--src/test/compile-fail/lint-uppercase-variables.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail/lint-uppercase-variables.rs b/src/test/compile-fail/lint-uppercase-variables.rs
index 9317e465a7a..df622b92f8a 100644
--- a/src/test/compile-fail/lint-uppercase-variables.rs
+++ b/src/test/compile-fail/lint-uppercase-variables.rs
@@ -12,6 +12,7 @@
 
 #![allow(dead_code)]
 #![deny(non_snake_case)]
+#![feature(unnamed_feature)]
 
 use std::io::File;
 use std::io::IoError;