]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #57418 - lqd:collector_query, r=michaelwoerister
authorMazdak Farrokhzad <twingoow@gmail.com>
Mon, 14 Jan 2019 10:31:50 +0000 (11:31 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Jan 2019 10:31:50 +0000 (11:31 +0100)
commit36d68f5fb30a1bd7d3604401c03e4cf81c029a06
treeb6cc3bf925a62d5fd552b013668dc162878c6234
parent0d883cb8f82ec5d99f63d03bd43c6fc87d96aeef
parente5318f3f9b9797af903a57addbe37ca117da8d96
Rollup merge of #57418 - lqd:collector_query, r=michaelwoerister

MetadataOnlyCodegenBackend: run the collector only once

Use the `collect_and_partition_mono_items` query to avoid calling the collector directly twice.

Fixes #57406.