diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-10-04 11:56:55 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2020-10-08 00:29:38 -0400 |
| commit | e39a86019d79d0f2dc5f6cc94fcdf2f073b478e9 (patch) | |
| tree | 6cc41306b89076907fcaefde187cfb180db14d76 /compiler/rustc_codegen_llvm/src | |
| parent | 8fbfdc548aa8f0f7b9e7bbd54d6916eb5ed53e23 (diff) | |
| download | rust-e39a86019d79d0f2dc5f6cc94fcdf2f073b478e9.tar.gz rust-e39a86019d79d0f2dc5f6cc94fcdf2f073b478e9.zip | |
Use the new module information for intra-doc links
- Make the parent module conditional on whether the docs are on a re-export - Make `resolve_link` take `&Item` instead of `&mut Item` Previously the borrow checker gave an error about multiple mutable borrows, because `dox` borrowed from `item`. - Fix `crate::` for re-exports `crate` means something different depending on where the attribute came from. - Make it work for `#[doc]` attributes too This required combining several attributes as one so they would keep the links.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
