about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCDirkx <christiaan@dirkx.com>2020-08-30 23:48:54 +0200
committerCDirkx <christiaan@dirkx.com>2020-08-30 23:48:54 +0200
commit89fc3fb93b0befd5515917289564a297c49bba6e (patch)
treec662935e1501299903774ad82f063645c4fb8c5f /src
parent5fac991bf6bc4b07df9b4b4eb3fcb0c5487973c4 (diff)
Stabilize feature `const_ordering`
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/consts/const-ordering.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/consts/const-ordering.rs b/src/test/ui/consts/const-ordering.rs
index 9feb2b27dad..454f2da00df 100644
--- a/src/test/ui/consts/const-ordering.rs
+++ b/src/test/ui/consts/const-ordering.rs
@@ -1,7 +1,5 @@
 // run-pass
 
-#![feature(const_ordering)]
-
 use std::cmp::Ordering;
 
 // the following methods of core::cmp::Ordering are const: