Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ast): reduce allocations in `AstBuilder::move_assignment_tar…
…get` (#5367) `AstBuilder::move_assignment_target` pass a static `Atom` instead of empty string to `AstBuilder::simple_assignment_target_identifier_reference`. This avoids a call to `alloc` to allocate an empty string in arena.
- Loading branch information