about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-04-17 05:12:12 +0000
committerbors <bors@rust-lang.org>2023-04-17 05:12:12 +0000
commit53ac4f8e2fc15e49ef3a04f98622a9b9db755fd4 (patch)
tree6704a4ed47697a967760b6f0de26dbe4f77a4ef2 /compiler/rustc_codegen_llvm/src
parent5546cb64f6fbba70529582bbe58a40ba4a8ed9fc (diff)
parent34ed5c3efc839913d2dcfcbc60e8f11c3423d87b (diff)
downloadrust-53ac4f8e2fc15e49ef3a04f98622a9b9db755fd4.tar.gz
rust-53ac4f8e2fc15e49ef3a04f98622a9b9db755fd4.zip
Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors
Alloc `hir::Lit` in an arena to remove the destructor from `Expr`

This allows allocating `Expr`s into a dropless arena, which is useful for using length prefixed thing slices in HIR, since these can only be allocated in the dropless arena and not in a typed arena.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions