mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 09:47:22 +00:00
This significantly reduces the cost of common interactions with TokenStream when running with the CrossThread execution strategy, by reducing the number of RPC calls required.