mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
2b89c1b9ae
Allow static mut definitions with #[linkage] Unlike static declarations with #[linkage], for definitions rustc doesn't rewrite it to add an extra indirection. This was accidentally disallowed in https://github.com/rust-lang/rust/pull/125046. cc https://github.com/rust-lang/rust/pull/125800#issuecomment-2143776298