How to correctly deal with spans in procedural macros?...
Read MoreHow to find out what type a rustc::middle::ty::Ty represents?...
Read MoreHow to process expanded macros from within procedural macros?...
Read MoreHow to get a tuple out of a ConstVal?...
Read MoreIs there a clean way to have a global mutable state in a Rust plugin?...
Read MoreHow can I retrieve the full path of a trait bound in a Rust compiler plugin?...
Read MoreHow do I properly register a Rust compiler plugin?...
Read MoreWhat types of Macros/Syntax Extensions/Compiler Plugins are there?...
Read MoreHow can I get original AST by trait identifier with syntax extensions?...
Read MoreHow to get struct fields and fields type in a compiler plugin?...
Read MoreHow to document macros from a Rust compiler plugin?...
Read MoreCan I use compiler plugins on stable Rust?...
Read MoreWhy isn't `regex!` a wrapper for `Regex::new` to offer the same regex matching speed?...
Read MoreWhat's the difference between a macro and a compiler plugin?...
Read MoreHow to write a Rust compiler plugin that generates a module?...
Read MoreHow to modify all items of a crate in a compiler plugin?...
Read MoreWhen writing a syntax extension, can I look up information about types other than the annotated type...
Read More