Module proc_macro2::extra
source · Expand description
Items which do not have a correspondence to any API in the proc_macro crate, but are necessary to include in proc-macro2.
Structs§
- An object that holds a
Group’sspan_open()andspan_close()together in a more compact representation than holding those 2 spans individually.
Functions§
- Invalidate any
proc_macro2::Spanthat exist on the current thread.