Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #82422 - petrochenkov:allunst, r=oli-obk
expand: Do not allocate `Lrc` for `allow_internal_unstable` list unless necessary This allocation is done for any macro defined in the current crate, or used from a different crate. EDIT: This also removes an `Lrc` increment from each *use* of such macro, which may be more significant. Noticed when reviewing #82367. This probably doesn't matter, but let's do a perf run.
- Loading branch information