The [docs for `rustc_codegen_llvm::base`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/base/index.html) reference functions named `codegen_expr` and `codegen_block`, but those functions [do not appear](https://doc.rust-lang.org/nightly/nightly-rustc/?search=codegen_expr) anywhere in rustc. It seems the docs for this module have [not been updated in two years](https://github.com/rust-lang/rust/blame/543f03d24118d3af784aa98c507c00e30c796a0e/src/librustc_codegen_llvm/base.rs#L1-L14), so perhaps that is why?
The docs for
rustc_codegen_llvm::basereference functions namedcodegen_exprandcodegen_block, but those functions do not appear anywhere in rustc. It seems the docs for this module have not been updated in two years, so perhaps that is why?