bjorn3 6c02653c4a Prevent name collisions with internal implementation details
The implementation of the linkage attribute inside extern blocks defines
symbols starting with _rust_extern_with_linkage_. If someone tries to
also define this symbol you will get a symbol conflict or even an ICE.
By adding an unpredictable component to the symbol name, this becomes
less of an issue.
2025-08-07 13:41:17 +00:00
..
2025-07-26 13:52:24 +00:00
2025-05-28 20:55:00 +00:00
2025-07-31 14:19:27 +02:00
2025-07-09 16:37:11 +00:00