about summary refs log tree commit diff
path: root/tests/rustdoc-ui/coverage/enum-tuple.rs
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2024-04-26 19:25:54 -0400
committerGitHub <noreply@github.com>2024-04-26 19:25:54 -0400
commit645a4d34fb17efa27264b6e08d6e13e298128ef7 (patch)
treef727d75c5799d70ea8bb7cb95c3ede5e26eb1493 /tests/rustdoc-ui/coverage/enum-tuple.rs
parent4d570eea025a19564429eb52b34ec34e14659f55 (diff)
parent0c0833d75035d2f443851147f766738f42b505e0 (diff)
downloadrust-645a4d34fb17efa27264b6e08d6e13e298128ef7.tar.gz
rust-645a4d34fb17efa27264b6e08d6e13e298128ef7.zip
Rollup merge of #124341 - petrochenkov:nomacvisit, r=compiler-errors
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