Files
rust/tests
Stuart Cook 30585ebbd3 Rollup merge of #150494 - extern_linkage_dso_local, r=bjorn3
Fix dso_local for external statics with linkage

Tracking issue of the feature: rust-lang/rust#127488

DSO local attributes are not correctly applied to extern statics with `#[linkage = "foo"]` as we generate an internal global for such statics, and the we evaluate (and apply) DSO attributes on the internal one instead.

Fix this by applying DSO local attributes on the actually extern ones, too.
2026-01-11 14:27:55 +11:00
..
2026-01-07 09:33:40 +08:00
2026-01-07 09:33:40 +08:00
2025-12-25 14:49:01 +03:00