diff options
| author | LeSeulArtichaut <leseulartichaut@gmail.com> | 2020-12-30 19:37:39 +0100 |
|---|---|---|
| committer | LeSeulArtichaut <leseulartichaut@gmail.com> | 2020-12-30 19:39:18 +0100 |
| commit | 240907bbdef95fa5900daccdc3bb2d0a1e4ab82f (patch) | |
| tree | 9d09941828c2f498736a07d4cd8d40e36a32bc31 /compiler/rustc_span/src | |
| parent | 507bff92fadf1f25a830da5065a5a87113345163 (diff) | |
| download | rust-240907bbdef95fa5900daccdc3bb2d0a1e4ab82f.tar.gz rust-240907bbdef95fa5900daccdc3bb2d0a1e4ab82f.zip | |
#[doc(inline)] sym_generated
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index bc57a00e31b..928a405a9de 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1583,6 +1583,7 @@ pub mod sym { use super::Symbol; use std::convert::TryInto; + #[doc(inline)] pub use super::sym_generated::*; // Used from a macro in `librustc_feature/accepted.rs` |
