]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_codegen_cranelift/src/base.rs
Rollup merge of #107325 - petrochenkov:hiddoc2, r=GuillaumeGomez
authorYuki Okushi <jtitor@2k36.org>
Fri, 27 Jan 2023 03:57:56 +0000 (12:57 +0900)
committerGitHub <noreply@github.com>
Fri, 27 Jan 2023 03:57:56 +0000 (12:57 +0900)
commitaac937a37c9a3b2141c237fdd59b80c2e290a07a
tree31ad5be455fa4d393f11b519ced6459258dd18b7
parentd68b5a42e2b481fa5ff43708e1ef820a6da13bd8
parent347fa7a26f3eb6085418a26cef18f133635f7a9f
Rollup merge of #107325 - petrochenkov:hiddoc2, r=GuillaumeGomez

rustdoc: Stop using `HirId`s

Use `LocalDefId`s instead.
Rustdoc doesn't work with item bodies, so it almost never needs fine-grained HIR IDs.
src/librustdoc/html/markdown.rs