Module proc_macro::bridge::server

source ·
🔬This is a nightly-only experimental API. (proc_macro_internals #27812)
Expand description

Server-side traits.

Macros

Structs

Constants

  • ALREADY_RUNNING_SAME_THREAD 🔒 Experimental
    While running a proc-macro with the same-thread executor, this flag will be set, forcing nested proc-macro invocations (e.g. due to TokenStream::expand_expr) to be run using a cross-thread executor.

Traits

Functions