mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
29ed864dc3
#[doc(inline)] sym_generated Manually doc-inlines `rustc_span::sym_generated` into `sym`. Previously the docs would not get inlined, causing the symbols to be undocumented as `sym_generated` is private. r? `@jyn514`