mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 22:05:31 +03:00
0f2515583d
In an ideal world, the AST would be completely sendable, this gets us a step closer. It removes the local heap allocations for `view_item`, `Path`, `Lifetime` `trait_ref` `OptVec<TyParamBounds>` and `Ty`. There are also a few other smaller changes I made as things went along.