]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #72781 - marmeladema:rustdoc-def-id-resolve-str-path-error, r=petroch...
authorRalf Jung <post@ralfj.de>
Sun, 31 May 2020 10:03:30 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Sun, 31 May 2020 10:03:30 +0000 (12:03 +0200)
commitcbc73dc2637343f3a0ebba92efc5942e37cc4763
tree48e4c29a2703327308b7681c6caf126bea8d72b2
parente16bd0206bdd5dfc75f5b7c02a763de6baafd430
parent372ba2a03d7180c3a58631ecbd93e8912e697bab
Rollup merge of #72781 - marmeladema:rustdoc-def-id-resolve-str-path-error, r=petrochenkov

Use `LocalDefId` instead of `NodeId` in `resolve_str_path_error`

Together with https://github.com/rust-lang/rust/pull/72777 this should remove all uses of `NodeId` in `rustdoc`.

cc #50928

r? @petrochenkov