rust/compiler/rustc_ast_lowering
Nilstrieb 34ed5c3efc 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. This is
something I'm working on.
2023-04-16 15:35:51 +00:00
..
src Alloc hir::Lit in an arena to remove the destructor from Expr 2023-04-16 15:35:51 +00:00
Cargo.toml Upgrade thin-vec from 0.2.9 to 0.2.12. 2023-02-21 11:51:55 +11:00
messages.ftl Add (..) syntax for RTN 2023-03-28 01:14:28 +00:00