about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-06-28 03:44:33 +0000
committerbors <bors@rust-lang.org>2022-06-28 03:44:33 +0000
commit5ffa8f67b75be56cf829bfc9d055082c8382c0cf (patch)
tree0a7f21e49805665acb11aea64c29382e92356897 /compiler/rustc_llvm/llvm-wrapper
parent7f08d04d60d03e1a52dae61ce6aa50996898702b (diff)
parentf446bbce728d3fb7ec006b72b4eb7cf72160846a (diff)
downloadrust-5ffa8f67b75be56cf829bfc9d055082c8382c0cf.tar.gz
rust-5ffa8f67b75be56cf829bfc9d055082c8382c0cf.zip
Auto merge of #98222 - cjgillot:single-wf, r=michaelwoerister
Only keep a single query for well-formed checking

There are currently 3 queries to perform wf checks on different item-likes.  This complexity is not required.

This PR replaces the query by:
- one query per item;
- one query to invoke it for a whole module.

This allows to remove HIR `ParItemLikeVisitor`.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper')
0 files changed, 0 insertions, 0 deletions