about summary refs log tree commit diff
path: root/library/core/tests/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-18 11:11:43 +0000
committerbors <bors@rust-lang.org>2024-10-18 11:11:43 +0000
commit1350eead10c46b9d3c2007fe0ea7892b7d7337ab (patch)
treecb64b35fbe218b685fd687977266e5205562d645 /library/core/tests/lib.rs
parentacfdb8dd1fd4913ea004f43f73e7346e125491ed (diff)
parent80a8f7b0419cc8cbe987a5f68715a435b1654a18 (diff)
downloadrust-1350eead10c46b9d3c2007fe0ea7892b7d7337ab.tar.gz
rust-1350eead10c46b9d3c2007fe0ea7892b7d7337ab.zip
Auto merge of #131887 - jieyouxu:rollup-ftik4ni, r=jieyouxu
Rollup of 9 pull requests

Successful merges:

 - #130136 (Partially stabilize const_pin)
 - #131755 (Regression test for AVR `rjmp` offset)
 - #131774 (Add getentropy for RTEMS)
 - #131802 (Dont ICE when computing coverage of synthetic async closure body)
 - #131809 (Fix predicate signatures in retain_mut docs)
 - #131858 (Remove outdated documentation for `repeat_n`)
 - #131866 (Avoid use imports in `thread_local_inner!`)
 - #131874 (Default to the medium code model on OpenHarmony LoongArch target)
 - #131877 (checktools.sh: add link to issue for more context about disabled Miri tests)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/core/tests/lib.rs')
-rw-r--r--library/core/tests/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
index bfc0b638b7e..443090097c0 100644
--- a/library/core/tests/lib.rs
+++ b/library/core/tests/lib.rs
@@ -21,7 +21,7 @@
 #![feature(const_likely)]
 #![feature(const_nonnull_new)]
 #![feature(const_option_ext)]
-#![feature(const_pin)]
+#![feature(const_pin_2)]
 #![feature(const_pointer_is_aligned)]
 #![feature(const_three_way_compare)]
 #![feature(const_trait_impl)]