mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
abfad21c97
Avoid using imports in thread_local_inner! in static Fixes #131863 for wasm targets All other macros were done in #131866, but this sub module is missed. r? `@jieyouxu`