about summary refs log tree commit diff
path: root/src/rustllvm/PassWrapper.cpp
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2018-06-03 18:18:02 -0600
committerGitHub <noreply@github.com>2018-06-03 18:18:02 -0600
commitdf137907560e43b21bb598116ccd1adb073b2b4c (patch)
treed1ae90a0c309d511ebed50234ffb1e32ea722035 /src/rustllvm/PassWrapper.cpp
parent29f48ccf396be031ee8a54e74a3a4e81866c8872 (diff)
parent19e0b7da1c0ccabf93bcdc94c78c49b9359484c3 (diff)
downloadrust-df137907560e43b21bb598116ccd1adb073b2b4c.tar.gz
rust-df137907560e43b21bb598116ccd1adb073b2b4c.zip
Rollup merge of #51288 - Mark-Simulacrum:delete-is-import, r=eddyb
Remove rustdoc-specific is_import field from HIR

Fixes #47100.

I believe that there is no need to check for the name being the same, as this
part of rustdoc seems to be strictly interested in exploring "public modules."
Re-exports from the same module cannot visit another module; and, re-exports
cannot export items with a greater visibility than that item declares.
Therefore, I think this code is either sufficient, or in fact does more than
is necessary, depending on whether rustdoc cares about the re-export itself.

r? @eddyb
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions