fn do_alloc<'tcx, T>(
tcx: TyCtxt<'tcx>,
typed_arena: &'tcx TypedArena<T>,
value: T,
) -> &'tcx TExpand description
Allocates a value in either its dedicated arena, or in the common dropless arena, depending on whether it needs to be dropped.