about summary refs log tree commit diff
path: root/library/std/src/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-07-07 03:31:23 +0000
committerbors <bors@rust-lang.org>2021-07-07 03:31:23 +0000
commitc5e344f7747dbd7e7d4b209e3c480deb5979a56f (patch)
tree0390ebc50ec6f445460fefd566a67be3be79a088 /library/std/src/lib.rs
parentc0bd5a584da4f26a1391163a0bdc21b34cf1ba54 (diff)
parent51968854f4c3bd9cc54cf35c3e84047adfc6cf21 (diff)
downloadrust-c5e344f7747dbd7e7d4b209e3c480deb5979a56f.tar.gz
rust-c5e344f7747dbd7e7d4b209e3c480deb5979a56f.zip
Auto merge of #86920 - JohnTitor:rollup-buvzpkr, r=JohnTitor
Rollup of 8 pull requests

Successful merges:

 - #80918 (Add Integer::log variants)
 - #86717 (Rename some Rust 2021 lints to better names )
 - #86819 (Clean up rustdoc IDs)
 - #86880 (Test ManuallyDrop::clone_from.)
 - #86906 (Replace deprecated compare_and_swap and fix typo in core::sync::atomic::{fence, compiler_fence} docs)
 - #86907 (Migrate `cpu-usage-over-time.py` to Python 3)
 - #86916 (rewrote documentation for thread::yield_now())
 - #86919 (Update books)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 6f389f000af..8c120f4af28 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -278,6 +278,7 @@
 #![feature(hashmap_internals)]
 #![feature(int_error_internals)]
 #![feature(integer_atomics)]
+#![feature(int_log)]
 #![feature(into_future)]
 #![feature(intra_doc_pointers)]
 #![feature(iter_zip)]