Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ast): add comment not to use
AstBuilder::copy
(#3891)
As discussed in #3483, `AstBuilder::copy` is unsound. It's going to be a hard slog removing all uses of it. This PR adds a comment to please not introduce any further usages of it in meantime.
- Loading branch information