Remove the Arc rt::init allocation for thread info

This commit is contained in:
GnomedDev
2024-10-16 21:10:24 +01:00
parent b27f33a4d9
commit 0747f2898e
5 changed files with 124 additions and 58 deletions

View File

@@ -364,6 +364,7 @@
#![feature(str_internals)]
#![feature(strict_provenance)]
#![feature(strict_provenance_atomic_ptr)]
#![feature(sync_unsafe_cell)]
#![feature(ub_checks)]
// tidy-alphabetical-end
//