Skip to content

Commit aaca3f8

Browse files
committed
std: rewrite native thread-local storage
1 parent 551c718 commit aaca3f8

File tree

4 files changed

+246
-187
lines changed

4 files changed

+246
-187
lines changed

library/std/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@
333333
#![feature(portable_simd)]
334334
#![feature(prelude_2024)]
335335
#![feature(ptr_as_uninit)]
336+
#![feature(ptr_from_ref)]
336337
#![feature(raw_os_nonzero)]
337338
#![feature(round_ties_even)]
338339
#![feature(slice_internals)]

0 commit comments

Comments
 (0)