mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
540c2a2a27
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