Search code examples
How can I handle a string generated from macro within procedural macro?...


rustrust-cargocompile-timerust-proc-macros

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


rustrust-macrosrust-proc-macros

Read More
Attribute macro modify the derived implementation for a derive macro...


rustmacrosrust-proc-macros

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


debuggingrustrust-macrosrust-proc-macrosrust-decl-macros

Read More
Proc macro "main" not expanded + Rust-analyzer not spawning server...


rustrust-proc-macrosrust-analyzer

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


error-handlingrustrust-macrosrust-proc-macros

Read More
How do I extract information about the type in a derive macro?...


rustrust-proc-macros

Read More
Is there a way to get the file and the module path of where a procedural macro is attached at compil...


rustrust-proc-macros

Read More
Proc macro execution order...


rustmacrosrust-proc-macros

Read More
How to call an inherited method from trait in Rust...


rusttraitsrust-proc-macros

Read More
How to tell why an "unknown feature" feature is needed?...


rustrust-cargorust-proc-macros

Read More
Can you deprecate an attribute in Rust?...


rustattributesdeprecateddeprecation-warningrust-proc-macros

Read More
Eager proc macro expansion...


rustmacrosrust-proc-macros

Read More
Infer the name of the calling crate to populate a doctest in a procedural macro...


rustdoctestrust-macrosrust-proc-macros

Read More
How can I use derive macro on a generic struct?...


genericsruststructrust-proc-macros

Read More
How to properly create a call to a function in proc macro with a name depending on the argument in R...


rustrust-proc-macros

Read More
How do I explictly require a Trait for all arguments of a function in a procedural macro?...


rustrust-proc-macros

Read More
Is there a way to have a public trait in a proc-macro crate?...


rusttraitsrust-cratesrust-proc-macros

Read More
A procedural macro that could count the occurrences of a particular enum variant in a collection...


rustrust-proc-macros

Read More
error: `cannot find attribute in this scope` when using custom proc_macro with attributes written wi...


rustrust-proc-macrosrust-attributes

Read More
Is it possible to store state within Rust's procedural macros?...


rustrust-macrosrust-proc-macros

Read More
How do I create a proc_macro_attribute?...


rustrust-macrosrust-proc-macros

Read More
Does syn::Variant have a mechanism to specify variant visibility?...


rustrust-proc-macros

Read More
Is there a way to emit a compile error if a struct contains padding?...


rustpaddingrust-proc-macros

Read More
Inverse `?` operator in Rust (aka return if Some/Ok)...


rustrust-proc-macros

Read More
Why is this procedural macro interpreting this expression as a function?...


parsingrustmacrosrust-proc-macros

Read More
Why is this procedural macro panicing...


rusttokenizedslrust-proc-macros

Read More
How to find the correct return type for syn::parse?...


rustmacrosrust-proc-macros

Read More
Is there a way to assert at compile time if all the fields in a rust struct exist in another struct?...


ruststructrust-proc-macros

Read More
Having trouble getting started with proc macros (why doesn't this work?)...


rustrust-proc-macros

Read More
BackNext