diff options
| author | bors <bors@rust-lang.org> | 2020-12-25 05:23:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-12-25 05:23:24 +0000 |
| commit | 9a40539c380d444d4f373ac1d87802bd5ab33f68 (patch) | |
| tree | 8dcfd6d3973fed9746a951015521e2e62ee97b45 /library/std | |
| parent | cae1f4ddf24afe1a7508250ae0de79ba6f1b9755 (diff) | |
| parent | 7c7812dfd3c3cd7c117e29a1fc90b3801b206621 (diff) | |
| download | rust-9a40539c380d444d4f373ac1d87802bd5ab33f68.tar.gz rust-9a40539c380d444d4f373ac1d87802bd5ab33f68.zip | |
Auto merge of #80364 - Dylan-DPC:rollup-0y96okz, r=Dylan-DPC
Rollup of 11 pull requests Successful merges: - #79213 (Stabilize `core::slice::fill`) - #79999 (Refactored verbose print into a function) - #80160 (Implemented a compiler diagnostic for move async mistake) - #80274 (Rename rustc_middle::lint::LintSource) - #80280 (Add installation commands to `x` tool README) - #80319 (Fix elided lifetimes shown as `'_` on async functions) - #80327 (Updated the match with the matches macro) - #80330 (Fix typo in simplify_try.rs) - #80340 (Don't unnecessarily override attrs for Module) - #80342 (Fix typo) - #80352 (BTreeMap: make test cases more explicit on failure) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/std')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 39b0ca63301..5bc5ddaa5fe 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -304,7 +304,6 @@ #![feature(rustc_private)] #![feature(shrink_to)] #![feature(slice_concat_ext)] -#![feature(slice_fill)] #![feature(slice_internals)] #![feature(slice_ptr_get)] #![feature(slice_ptr_len)] |
