mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
af7eededaa
Previously the thread name would first be heap allocated and then re-allocated to add a nul terminator. Now it will be heap allocated only once with nul terminator added form the start.