mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 14:05:49 +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