]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #95434 - cjgillot:dump-dep-kind, r=oli-obk
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Thu, 21 Apr 2022 18:55:18 +0000 (20:55 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Apr 2022 18:55:18 +0000 (20:55 +0200)
commite50105e3f5e351aee668c9faf9b4d86ac1d28899
tree1d748dfc94a9b02255068a553e7677be88ed403b
parentb04c5329e1e145fb2fb46c5a7e775638712b03aa
parent87dd3def59e729f7be0a0e69cd4e7adc5ea37dcb
Rollup merge of #95434 - cjgillot:dump-dep-kind, r=oli-obk

Only output DepKind in dump-dep-graph.

When printing the whole DepNode, the output file is simply too massive to
be actually useful for profiling.

This trimmed down version mixes a lot of information together, but it also
allows to ask questions such that "why does this query ever access HIR?".