diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2020-11-08 13:35:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-08 13:35:54 +0100 |
| commit | 1f034f77bc7cd5814cb341a1028f8955dc4262a5 (patch) | |
| tree | c271c36ddd44db9c16cc023eedf61935881f73df /library/alloc/src/lib.rs | |
| parent | f2ea2f648e117013b0217f001088ae89e0f163ca (diff) | |
| parent | e8b5be5dffef9ef6a15a085e4b06c4a0471f360d (diff) | |
| download | rust-1f034f77bc7cd5814cb341a1028f8955dc4262a5.tar.gz rust-1f034f77bc7cd5814cb341a1028f8955dc4262a5.zip | |
Rollup merge of #76097 - pickfire:stabilize-spin-loop, r=KodrAus
Stabilize hint::spin_loop Partially fix #55002, deprecate in another release r? ``````@KodrAus``````
Diffstat (limited to 'library/alloc/src/lib.rs')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 405667e0b2a..15092d463ec 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -119,7 +119,6 @@ #![feature(raw_ref_op)] #![feature(rustc_attrs)] #![feature(receiver_trait)] -#![feature(renamed_spin_loop)] #![feature(min_specialization)] #![feature(slice_ptr_get)] #![feature(slice_ptr_len)] |
