Files
rust/src/librustc
Mark Simulacrum df13790756 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
2018-06-03 18:18:02 -06:00
..
2018-05-17 15:08:30 +03:00
2018-06-03 11:29:44 -06:00
2018-06-03 11:29:44 -06:00
2018-06-03 13:46:19 +02:00
2018-06-01 14:55:55 +02:00
2018-06-02 00:20:00 -07:00
2018-05-29 10:19:46 -03:00
2018-02-25 15:24:14 -06:00

For more information about how rustc works, see the rustc guide.