Closed
Description
As pointed out in rust-lang/rust#49219 (comment), we're likely not seeing much action involving the real proc_macro
bundled with the compiler, because proc-macro2
, by default, shims all the APIs, and interacts with the real proc_macro
through String
s (which was the only stabilized API for a while).
Any perf changes, in the implementation of the extended proc_macro
APIs, may go by unnoticed.
Metadata
Metadata
Assignees
Labels
No labels