diff options
| author | CDirkx <christiaan@dirkx.com> | 2020-08-30 23:48:54 +0200 |
|---|---|---|
| committer | CDirkx <christiaan@dirkx.com> | 2020-08-30 23:48:54 +0200 |
| commit | 89fc3fb93b0befd5515917289564a297c49bba6e (patch) | |
| tree | c662935e1501299903774ad82f063645c4fb8c5f /src | |
| parent | 5fac991bf6bc4b07df9b4b4eb3fcb0c5487973c4 (diff) | |
Stabilize feature `const_ordering`
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/consts/const-ordering.rs | 2 |
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: |
