Search code examples
How do I use a custom namespaced derive-macro attribute on a type instead of inside the type?...


rustrust-macrosrust-proc-macros

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


rustrust-macrosrust-decl-macros

Read More
How to disable "unnecessary path disambiguator" warning?...


rustcompiler-warningsrust-macros

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


rustrust-macrosrust-decl-macros

Read More
Cyclic package dependency while implementing proc macro...


rustrust-macrosrust-proc-macros

Read More
Is there a way to view expanded macros on non-nightly Rust?...


rustrust-macros

Read More
Specifying generic parameter to belong to a small set of types...


genericsrusttraitsrust-macros

Read More
How to programmatically get the number of fields of a struct?...


structrustrust-macrosrust-proc-macros

Read More
Cannot call a function-like procedural macro: cannot be expanded to statements...


rustrust-macrosrust-proc-macros

Read More
How do you get the type of an impl block in a Rust procedural macro?...


rustrust-macros

Read More
How to automatically generate incrementing number identifiers for each implementation of a trait?...


rustrust-macros

Read More
Can I repeat matching by several rules in a macro?...


macrosrustrust-macros

Read More
Why can I not access a variable declared in a macro unless I pass in the name of the variable?...


macrosrustrust-macros

Read More
How do I apply a macro attribute to a function defined in a separate module?...


rustrust-macroswasm-bindgen

Read More
Why does importing a custom derive Foo via `use some_crate::derive_foo` not work?...


macrosrustrust-macros

Read More
Is it possible to have one crate with both procedural macros and logic?...


macrosrustrust-macros

Read More
How do I provide helpful compiler errors in a procedural macro?...


rustrust-macros

Read More
How to match Rust's `if` expressions in a macro?...


macrosrustrust-macros

Read More
"expected identifier" when creating a macro to define mutable variables at the same time...


rustrust-macros

Read More
Why are macros based on abstract syntax trees better than macros based on string preprocessing?...


macrosrustrust-macros

Read More
How do I change the following from_str macro to from_json?...


rustrust-macros

Read More
print! macro gets executed out of order...


rustrust-macros

Read More
Different separators for the same variable in Rust Macros...


rustrust-macros

Read More
How do I add examples to macro documentation in rust?...


macrosrustdocumentationrust-macrosrustdoc

Read More
How to implement the Lispian cond macro?...


macrosrustrust-macros

Read More
How do I test if a identifier in a macro starts with an underscore?...


macrosrustrust-macros

Read More
Unexpected end of macro invocation in Rust...


rustrust-macros

Read More
The std documentation examples with question marks don't compile...


rustrust-macros

Read More
Match an underscore instead of ident in macro...


macrosrustrust-macros

Read More
Macro error while trying to implement a trait inside a macro expansion...


rustrust-macros

Read More
BackNext