Modules§
- base
 - build 🔒
 - config
 - Conditional compilation stripping.
 - errors 🔒
 - expand
 - mbe 🔒
 - This module implements declarative macros: old 
macro_rulesand the newermacro. Declarative macros are also known as “macro by example”, and that’s why we call this modulembe. For external documentation, prefer the official terminology: “declarative macros”. - module
 - placeholders 🔒
 - proc_
macro  - proc_
macro_ 🔒server  - stats 🔒
 
Macros§
Structs§
Statics§
- DEFAULT_
LOCALE_ RESOURCE  - Raw content of Fluent resource for this crate, generated by 
fluent_messagesmacro, imported byrustc_driverto include all crates’ resources in one bundle. 
Functions§
- compile_
declarative_ macro  - Converts a macro item into a syntax extension.