about summary refs log tree commit diff
path: root/tests/rustdoc-ui/coverage/enum-tuple.rs
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2024-04-24 19:56:56 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2024-04-24 19:59:06 +0300
commit0c0833d75035d2f443851147f766738f42b505e0 (patch)
tree6816cc7cf2bb2b62b8f2badd08ef59f02bbad2f2 /tests/rustdoc-ui/coverage/enum-tuple.rs
parent5557f8c9d08d7f3f680943dcf97b6d4a7eb13aea (diff)
downloadrust-0c0833d75035d2f443851147f766738f42b505e0.tar.gz
rust-0c0833d75035d2f443851147f766738f42b505e0.zip
resolve: Remove two cases of misleading macro call visiting
Macro calls are ephemeral, they should not add anything to the definition tree, even if their AST could contains something with identity.
Thankfully, macro call AST cannot contain anything like that, so these walks are just noops.
In majority of other places in def_collector / build_reduced_graph they are already not visited.

(Also, a minor match reformatting is included.)
Diffstat (limited to 'tests/rustdoc-ui/coverage/enum-tuple.rs')
0 files changed, 0 insertions, 0 deletions