Modules§
- base
- build 🔒
- config
- Conditional compilation stripping.
- errors 🔒
- expand
- mbe 🔒
- This module implements declarative macros: old
macro_rules
and 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
Macros§
Statics§
- DEFAULT_
LOCALE_ RESOURCE - Raw content of Fluent resource for this crate, generated by
fluent_messages
macro, imported byrustc_driver
to include all crates’ resources in one bundle.
Functions§
- compile_
declarative_ macro - Converts a macro item into a syntax extension.