mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 20:48:06 +00:00
* Ensure nul-termination of the symbol name at compile-time * Use an acquire load instead of a relaxed load and acquire fence * Properly use `unsafe` and add safety comments * Add tests