Search code examples
Decl macro not matching hardcoded value once token is consumed as literal?...


rustrust-macros

Read More
Generating a combination tuple vec using a macro...


rustrust-macros

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
Custom literals via Rust macros?...


rustrust-macros

Read More
NEAR-sdk #[near_bindgen] colliding with other macros...


rustnearprotocolrust-macrosnear-sdk-rs

Read More
How to use unicode in a rust macro argument?...


rustrust-macrosmacro-rules

Read More
Rust macro to generate a macro...


rustrust-macros

Read More
Is there any way to "early return" in a declarative macro iterations?...


rustrust-macros

Read More
Indexing a tuple using a macro in Rust unexpected token...


rusttuplesrust-macros

Read More
Double vs single bracket in rust macros...


rustrust-macros

Read More
How to make sure that a Rust attribute proc macro runs before the compiler tries parsing the item?...


rustmacrosrust-macros

Read More
How do I debug macros?...


rustrust-macros

Read More
Automatically create enum variants...


rustrust-macros

Read More
Why is "-x" trying to parse as a literal and failing in declarative macros?...


rustrust-macros

Read More
"unnecessary parens" warning in macro call that needs the parens - is this a bad way to wr...


rustmacrosrust-macros

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


rustmacrosrust-macros

Read More
Can I specify an operator or other syntactic literal within a macro input?...


rustmacrosrust-macros

Read More
How to make rust macro optional token produce code when not present?...


rustmacrosrust-macros

Read More
How to split an ident into letters in Rust macro?...


rustmatchingrust-macros

Read More
Escape $ dollar sign in macro_rules...


rustrust-macros

Read More
Rust macro with dots in token trees...


rustrust-macros

Read More
Passing & and &mut through macro matched types...


rustrust-macros

Read More
How can I add 'unsafe extern "C"' to a fn type in a declarative macro?...


rustrust-macros

Read More
Macros, How to generate enum variant from str literal?...


rustrust-macrosmacro-rules

Read More
How to write a custom derive macro?...


rustrust-macros

Read More
How to import required types inside of a custom derive macro?...


rustrust-macros

Read More
Can a macro access the field names and types of a remote struct from its path?...


rustrust-macros

Read More
"no rules expected the token" when using macro to implement methods...


rustrust-macros

Read More
Is there a consistent compilation context inside a proc_macro_attribute function?...


rustrust-macros

Read More
BackNext