rust/compiler/rustc_expand
bors 94e93749ab Auto merge of #98188 - mystor:fast_group_punct, r=eddyb
proc_macro/bridge: stop using a remote object handle for proc_macro Punct and Group

This is the third part of https://github.com/rust-lang/rust/pull/86822, split off as requested in https://github.com/rust-lang/rust/pull/86822#pullrequestreview-1008655452. 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.
2022-06-28 16:10:30 +00:00
..
src Auto merge of #98188 - mystor:fast_group_punct, r=eddyb 2022-06-28 16:10:30 +00:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00