about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2023-10-22 22:50:25 -0700
committerMichael Howell <michael@notriddle.com>2023-10-22 22:50:25 -0700
commitb67985e1132806c6451b9924aab67e2da8d73885 (patch)
tree98e73fe46e707c18eed753413fc0b3c86c38074c /compiler/rustc_codegen_llvm/src
parent111adde7ed86b848e61d1bd3cb431f9c52584317 (diff)
downloadrust-b67985e1132806c6451b9924aab67e2da8d73885.tar.gz
rust-b67985e1132806c6451b9924aab67e2da8d73885.zip
rustdoc: wrap Type with Box instead of Generics
When these `Box<Generics>` types were introduced,
`Generics` was made with `Vec` and much larger.
Now that it's made with `ThinVec`, `Type` is bigger
and should be boxed instead.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions