]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.

1  2 
src/librustdoc/html/markdown.rs

Simple merge