mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-09 00:12:20 +00:00
Add note about the `#[doc(no-inline)]` usage This is required to correctly build the documentation (including all submodules, that are only available in certain targets). See the linked issue and #82861 for reference.