Search code examples
How to correctly deal with spans in procedural macros?...


rustrust-compiler-plugin

Read More
How to find out what type a rustc::middle::ty::Ty represents?...


rustlintrust-compiler-plugin

Read More
How to process expanded macros from within procedural macros?...


rustrust-compiler-plugin

Read More
How to get a tuple out of a ConstVal?...


rustrust-compiler-plugin

Read More
Is there a clean way to have a global mutable state in a Rust plugin?...


rustrust-compiler-plugin

Read More
How can I retrieve the full path of a trait bound in a Rust compiler plugin?...


rustrust-compiler-plugin

Read More
How do I properly register a Rust compiler plugin?...


rustrust-compiler-plugin

Read More
What types of Macros/Syntax Extensions/Compiler Plugins are there?...


rustrust-macrosrust-proc-macrosrust-compiler-plugin

Read More
How can I get original AST by trait identifier with syntax extensions?...


rustmetaprogrammingtraitsrust-compiler-plugin

Read More
How to get struct fields and fields type in a compiler plugin?...


rustrust-compiler-plugin

Read More
How to document macros from a Rust compiler plugin?...


rustrustdocrust-compiler-plugin

Read More
Can I use compiler plugins on stable Rust?...


rustrust-compiler-plugin

Read More
Why isn't `regex!` a wrapper for `Regex::new` to offer the same regex matching speed?...


rustrust-compiler-plugin

Read More
What's the difference between a macro and a compiler plugin?...


macrosrustrust-compiler-plugin

Read More
How to write a Rust compiler plugin that generates a module?...


rustrust-compiler-plugin

Read More
How to modify all items of a crate in a compiler plugin?...


compiler-constructionrustrust-compiler-plugin

Read More
When writing a syntax extension, can I look up information about types other than the annotated type...


compiler-constructionrustrust-compiler-plugin

Read More
BackNext