about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/rustdoc/const-evalutation-ice.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/rustdoc/const-evalutation-ice.rs b/src/test/rustdoc/const-evalutation-ice.rs
index 9fed67ee583..000ed709a8a 100644
--- a/src/test/rustdoc/const-evalutation-ice.rs
+++ b/src/test/rustdoc/const-evalutation-ice.rs
@@ -10,8 +10,6 @@
 
 // Just check if we don't get an ICE for the _S type.
 
-#![feature(const_size_of)]
-
 use std::cell::Cell;
 use std::mem;