Two bugfixes on rustdoc nightly features were merged:
* doc_cfg feature: `cfg` on glob reexports are now correctly handled: github.com/rust-lang/ru...
* macro expansion: Foreign items are now correctly expanded: github.com/rust-lang/ru...
1/2
View all comments
This fixes some cases of rustdoc not surfacing the correct required feature combination when using #[cfg(feature = ...)] in combination with glob reexports.
See the example cases...