mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
78937b9779
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