]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #80523 - LeSeulArtichaut:inline-sym, r=jyn514
authorDylan DPC <dylan.dpc@gmail.com>
Sun, 14 Feb 2021 15:54:35 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Feb 2021 15:54:35 +0000 (16:54 +0100)
commit29ed864dc3a066487180d08dcf8b64c6afedebba
tree74e67e7772ceff6dc1dbbabbd0fe3ba29cb569e7
parentb86674e7cc8ac9c846ed5aca84aaefc2d0d12e4a
parent240907bbdef95fa5900daccdc3bb2d0a1e4ab82f
Rollup merge of #80523 - LeSeulArtichaut:inline-sym, r=jyn514

#[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`
compiler/rustc_span/src/symbol.rs