about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-11-13 15:02:10 +0000
committerbors <bors@rust-lang.org>2022-11-13 15:02:10 +0000
commite4d6307c633c954971f3ca7876d4f29f3fe83614 (patch)
tree5001030a5fec579adf7f90e43c20bee5421337ab /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parentafd7977c850d9ce06f1dd2bebb40db8cc2224a51 (diff)
parent0839d39570d651e74b78a6cbe61eba02e07b6c2a (diff)
downloadrust-e4d6307c633c954971f3ca7876d4f29f3fe83614.tar.gz
rust-e4d6307c633c954971f3ca7876d4f29f3fe83614.zip
Auto merge of #104292 - GuillaumeGomez:fix-missing-reexports-doc-comments, r=notriddle
Fix missing reexports' doc comments

Fixes #81893.

The issue was that an import directly "links" to the target without the intermediate imports. Unfortunately, to fix this bug we need to go through them one by one. To do so, I take the import path direct parent (so `b` in `a::b::c`) and then look for `c` into it.

r? `@notriddle`
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions