diff options
| author | marmeladema <xademax@gmail.com> | 2020-05-21 20:22:47 +0100 |
|---|---|---|
| committer | marmeladema <xademax@gmail.com> | 2020-07-15 21:37:16 +0100 |
| commit | 4a96800aef385a70d7ee083058413c293c2f34c2 (patch) | |
| tree | 4a3bf573a8214236108530807d27a2e032ca51c2 /src/libcore/lib.rs | |
| parent | 7e11379f3b4c376fbb9a6c4d44f3286ccc28d149 (diff) | |
| download | rust-4a96800aef385a70d7ee083058413c293c2f34c2.tar.gz rust-4a96800aef385a70d7ee083058413c293c2f34c2.zip | |
Constify most non-trait `Duration` methods as described in #72440
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index c7496c209bc..88991dea7d4 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -96,6 +96,7 @@ #![feature(custom_inner_attributes)] #![feature(decl_macro)] #![feature(doc_cfg)] +#![feature(duration_consts_2)] #![feature(extern_types)] #![feature(fundamental)] #![feature(intrinsics)] |
