about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-02-11 21:29:22 -0500
committerJoshua Nelson <jyn514@gmail.com>2021-03-01 00:30:30 -0500
commit4d7a6484852603749f765479ee7288e6ae7186f4 (patch)
tree36a87ee306a7f98da252ca2b5e0b74fe58e0f2d3 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parente37a13cc3594004663738bd18d8100e6db9666cf (diff)
downloadrust-4d7a6484852603749f765479ee7288e6ae7186f4.tar.gz
rust-4d7a6484852603749f765479ee7288e6ae7186f4.zip
Remove the dummy cache in `DocContext`
The same information is available everywhere; the only reason the dummy
cache was needed is because it waas previously stored in three different
places. This consolidates the info a bit so the cache in `DocContext` is
used throughout. As a bonus, it means `renderinfo` is used much much
less.

- Return a `Cache` from `run_global_ctxt`, not `RenderInfo`
- Remove the unused `render_info` from `run_renderer`
- Remove RefCell around `inlined`
- Add intra-doc links
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions