diff options
| author | Pyry Kontio <pyry.kontio@drasa.eu> | 2020-05-23 04:41:24 +0900 |
|---|---|---|
| committer | Pyry Kontio <pyry.kontio@drasa.eu> | 2020-05-25 20:30:55 +0900 |
| commit | 68bab3e56e7df618c093f5b93901f5319ef65997 (patch) | |
| tree | b1ca87802092315af9b9f22c527fadae34142793 /src/libstd/lib.rs | |
| parent | 215f2d3294b08dbdcf8f7d40de21ef1e7eae0a2d (diff) | |
Add total_cmp to f32 and f64, plus tests
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index ac07af5e278..468ac7bb5e8 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -308,6 +308,7 @@ #![feature(test)] #![feature(thread_local)] #![feature(toowned_clone_into)] +#![feature(total_cmp)] #![feature(trace_macros)] #![feature(track_caller)] #![feature(try_reserve)] |
