rust/compiler/rustc_arena/src
Nicholas Nethercote 816383c60d Remove the TypedArena::alloc_from_iter specialization.
It was added in #78569. It's complicated and doesn't actually help
performance.

Also, add a comment explaining why the two `alloc_from_iter` functions
are so different.
2023-10-03 18:12:08 +11:00
..
lib.rs Remove the TypedArena::alloc_from_iter specialization. 2023-10-03 18:12:08 +11:00
tests.rs rustc_arena: remove a couple of ref patterns 2022-11-22 18:49:29 +00:00