about summary refs log tree commit diff
path: root/src/test/ui/reachable/expr_unary.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/reachable/expr_unary.rs')
-rw-r--r--src/test/ui/reachable/expr_unary.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/reachable/expr_unary.rs b/src/test/ui/reachable/expr_unary.rs
index 4096865f4c6..5b7ea57b166 100644
--- a/src/test/ui/reachable/expr_unary.rs
+++ b/src/test/ui/reachable/expr_unary.rs
@@ -7,7 +7,7 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
-
+#![feature(never_type)]
 #![allow(unused_variables)]
 #![allow(unused_assignments)]
 #![allow(dead_code)]