Search code examples
How do I see the expanded macro code that's causing my compile error?...


debuggingrustrust-macrosrust-proc-macrosrust-decl-macros

Read More
How can I correctly pass a path that include double colons to this macro?...


rustrust-macros

Read More
proc macro not found...


rustrust-macrosrust-analyzer

Read More
Idiomatic way to circumvent "temporary value dropped while borrowed"?...


rustrust-macros

Read More
Rust proc macro to do compile time checking if two types are equivelant...


rustmacrosrust-macrosrust-proc-macros

Read More
Rust macro that calls itself differently depending on the number of arguments...


rustrust-macros

Read More
Rust macro to generate endpoint paths...


rustrust-macros

Read More
match the very last argument of a Rust macro as a closure...


rustrust-macros

Read More
Escape $ dollar sign in macro_rules...


rustrust-macros

Read More
How do I early return in declarative macros and infer the return type?...


rustrust-macrosrust-decl-macros

Read More
How can a macro match any token tree except comma...


rustmacrosrust-macros

Read More
What types of Macros/Syntax Extensions/Compiler Plugins are there?...


rustrust-macrosrust-proc-macrosrust-compiler-plugin

Read More
Can you write an anaphoric macro in Rust?...


rustrust-macros

Read More
Tuple variable don't match in Rust macro?...


rustrust-macros

Read More
How to use default attribute when generating struct in rust macros...


rustrust-macros

Read More
Macro function indirection...


rustrust-macros

Read More
Creating a function with custom name in a proc_macro in Rust...


rustrust-macrosrust-proc-macros

Read More
tokio::select! eager evaluation only if outside async block...


rustmacrosrust-tokiorust-macrospanic

Read More
Rust Macro: Expected literal...


ruststring-literalsrust-macros

Read More
How to report errors in a procedural macro using the quote macro?...


error-handlingrustrust-macrosrust-proc-macros

Read More
destructured items not found when destructuring an enum inside a macro...


rustenumsmacrosdestructuringrust-macros

Read More
Extract objects in an expression in a macro in Rust...


rustrust-macros

Read More
Parsing Attribute Macro Arguments in Rust...


rustrust-macros

Read More
Stringify variable arguments in Rust macro with delimiter...


rustmacrosrust-macros

Read More
Is it possible to use rust macro to build items of a tuple?...


rustrust-macros

Read More
How can I make a public struct where all fields are public without repeating `pub` for every field?...


structrustpublicrust-macros

Read More
Get println! to prefix given string with current time...


rustrust-macros

Read More
Calculating maximum value of a set of constant expressions at compile time...


rustrust-macros

Read More
Why Am I Getting "Cannot Derive Macro In This Scope"?...


rustserderust-macros

Read More
Split module and function name in macro_rule...


rustrust-macros

Read More
BackNext