Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(ast):
move_expression
and move_statement
produce dummy with …
…no span (#7995) The purpose of `AstBuilder::move_*` methods is to create dummy nodes which will later be replaced again. Give the dummy nodes empty spans as it's faster, and no point in them having a real span.
- Loading branch information