rust/compiler/rustc_expand
Nilstrieb 5112f0281d Shrink `ParseResult` in the hot path.
A recent PR increased the size, which caused regressions. This uses the
existing generic infrastructure to differentiate between the hot path
and the diagnostics path.
2023-01-05 20:42:26 +01:00
..
src Shrink `ParseResult` in the hot path. 2023-01-05 20:42:26 +01:00
Cargo.toml Use `ThinVec` in `ast::Path`. 2022-11-17 13:56:38 +11:00