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 do I early return in declarative macros and infer the return type?...

rustrust-macrosrust-decl-macros

Read More
How to concat two variables to create an identifier in a declarative macro?...

rustmacrosrust-decl-macros

Read More
Is there a way to "do macro stuff" in an attribute without a procedural macro?...

rustrust-macrosrust-decl-macros

Read More
How do I generate a macro from previous macro-generated code?...

rustmacrospyo3rust-decl-macros

Read More
How can I operate on pairs of arguments to macro_rules?...

rustrust-decl-macros

Read More
How do I get an identifer from an expression argument in a macro?...

rustrust-macrosrust-decl-macros

Read More
Is there a way to pass a function as a parameter of a macro?...

rustgtkrust-decl-macros

Read More
Use local bindings at call site in Rust "macro_rules" macros...

rustmacroshygienerust-decl-macros

Read More
What does an @ symbol mean in a Rust declarative macro?...

syntaxrustrust-macrosrust-decl-macros

Read More
Generate attribute value via macro...

rustrust-macrosrust-decl-macros

Read More
Can I define a macro which will expand into a function call?...

rustmacrosrust-macrosrust-decl-macros

Read More
How to match a trait in a Rust macro?...

rustrust-macrosrust-decl-macros

Read More
Macro to build enum with different "kinds" of elements...

rustrust-macrosrust-decl-macros

Read More
Why do I get "unexpected token" when trying to call an inner macro with the argument of an...

rustmacrosargumentsparameter-passingrust-decl-macros

Read More
Macro matching tokens recursive expansion...

rustrust-decl-macros

Read More
How to parse single tokens in rust macros...

rustrust-decl-macros

Read More
How to return a new String from a declarative macro?...

stringrustrust-macrosrust-decl-macros

Read More
Pass entire macro input to another macro...

rustrust-macrosrust-decl-macros

Read More
Build all pairs of elements (quadratic set) in declarative macro...

rustrust-macrosrust-decl-macros

Read More
BackNext