mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-09 05:36:17 +00:00

This lets us clone just the parts within a `TokenTree` that need cloning, rather than the entire thing. This is a surprisingly large performance win, up to 4% on `async-std-1.10.0`.