about summary refs log tree commit diff
path: root/tests/codegen/transmute-optimized.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/transmute-optimized.rs')
-rw-r--r--tests/codegen/transmute-optimized.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/transmute-optimized.rs b/tests/codegen/transmute-optimized.rs
index 1a5f53e625a..8e5bcb2340e 100644
--- a/tests/codegen/transmute-optimized.rs
+++ b/tests/codegen/transmute-optimized.rs
@@ -1,6 +1,5 @@
 //@ compile-flags: -O -Z merge-functions=disabled
 #![crate_type = "lib"]
-#![feature(generic_nonzero)]
 
 // This tests that LLVM can optimize based on the niches in the source or
 // destination types for transmutes.