mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
06a7195e9e
This moves all local_data stuff into the `local_data` module and only that module alone. It also removes a fair amount of "super-unsafe" code in favor of just vanilla code generated by the compiler at the same time. Closes #8113