mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 06:45:00 +00:00
These syntax extensions need a place to be documented, and this starts passing a `--cfg dox` parameter to `rustdoc` when building and testing documentation in order to document macros so that they have no effect on the compiled crate, but only documentation. Closes #5605