Skip to content

Commit

Permalink
Auto merge of #98188 - mystor:fast_group_punct, r=eddyb
Browse files Browse the repository at this point in the history
proc_macro/bridge: stop using a remote object handle for proc_macro Punct and Group

This is the third part of #86822, split off as requested in #86822 (review). This patch transforms the `Punct` and `Group` types into structs serialized over IPC rather than handles, making them more efficient to create and manipulate from within proc-macros.
  • Loading branch information
bors committed Jun 28, 2022
2 parents 00ebeb8 + 64a7d57 commit 94e9374
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 354 deletions.
Loading

0 comments on commit 94e9374

Please sign in to comment.