mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
b11346bb5d
This adds both `static mut` items and `static mut` foreign items. This involved changing far less code than I thought it was going to, but the tests seem to pass and the variables seem functional. I'm more than willing to write more tests, so suggestions are welcome! Closes #553