thread_info
RefCell
`thread_info` currently uses `RefCell`-based initialization. Refactor this to use `OnceCell` instead which is more performant and better suits the needs of one-time initialization.
compiler-builtins-weak-intrinsics
-Zbuild-std