Search code examples
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
What is proc_macro2 vs. proc-macro2?...

rustmacrosrust-proc-macros

Read More
No main function error when parsing the attributes of the proc macro...

rustrust-proc-macros

Read More
Create a vector with macro iterator syntax...

ruststaticmutablerust-proc-macros

Read More
Is there any way to supply generic arguments to a function-like proc macro?...

rustrust-proc-macros

Read More
Pass a constant into a procedural macro...

rustrust-proc-macros

Read More
Syn read file and add line to function...

rustrust-proc-macros

Read More
What is a suitable place to store procedural macro artifacts on disk so that they get cleaned up by ...

rustrust-cargorust-proc-macros

Read More
use Rust proc macros to generate dynamically named struct instance methods...

rustmacrosrust-proc-macros

Read More
Accept multiple values on proc macro attribute...

rustrust-macrosrust-proc-macros

Read More
Value of a field attribute on a proc macro...

rustrust-proc-macros

Read More
How to parse other attributes in custom rust proc_macro attribute?...

rustrust-proc-macros

Read More
Can proc macros determine the target of the invoking compilation?...

compilationrustmacrosenvironment-variablesrust-proc-macros

Read More
How do I pass arguments from a generated function to another function in a procedural macro?...

rustrust-proc-macros

Read More
How to modify all string literals with a proc_macro_attribute in Rust?...

rustrust-proc-macros

Read More
self on a proc_macro...

rustselfrust-proc-macros

Read More
Lookahead for "=>" token with crate syn...

rustrust-proc-macros

Read More
How do I check if a type implements a trait when implementing a proc macro?...

rustrust-proc-macros

Read More
Syn get flat token stream...

rustrust-proc-macros

Read More
How can I parse an attribute with nested arguments with darling?...

rustrust-proc-macros

Read More
How can I get the T from an Option<T> when using syn?...

rustmetaprogrammingrust-proc-macros

Read More
Why can't Rust find method for enum generated using proc_macro_attribute?...

rustenumsrust-proc-macros

Read More
How do I make my custom derive macro accept trait generic parameters?...

rustrust-proc-macros

Read More
How does syn::parse::ParseBuffer::peek() accept a type as an argument?...

rustrust-proc-macros

Read More
Rust proc_macro_derive: How do I check if a field is of a primitive type, like boolean?...

rustrust-proc-macros

Read More
Procedural attribute macro to inject code at the beginning of a function...

rustrust-macrosrust-proc-macros

Read More
BackNext