about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
authorTakayuki Maeda <takoyaki0316@gmail.com>2025-03-25 15:36:33 +0900
committerGitHub <noreply@github.com>2025-03-25 15:36:33 +0900
commit07d0963c5f8566e9440b39e2a203efd5288a85d0 (patch)
treec1bbaaf3e71e3c62bd3b940a17d6eaf5c8aa6a7f /compiler/rustc_codegen_llvm/src/lib.rs
parente9a528c9b57f3babf10b09c0d789e7a5c8c30146 (diff)
parentd9f250af21dbadcde2113a961132a263392bf091 (diff)
downloadrust-07d0963c5f8566e9440b39e2a203efd5288a85d0.tar.gz
rust-07d0963c5f8566e9440b39e2a203efd5288a85d0.zip
Rollup merge of #138755 - GuillaumeGomez:rm-duplicated-loop, r=camelid
[rustdoc] Remove duplicated loop when computing doc cfgs

Working on implementing https://github.com/rust-lang/rfcs/blob/master/text/3631-rustdoc-cfgs-handling.md and found this weird case where the first loop was actually not doing anything since we were passing `cfg(...)` to `Cfg::parse` instead of `cfg(...)` items.

Well, that should be a first nice cleanup before the rest comes in.

cc ```@notriddle```
r? ```@camelid```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
0 files changed, 0 insertions, 0 deletions