From 8e77bdbab9931375b63c41f88087a577fcc68a60 Mon Sep 17 00:00:00 2001 From: David Marcin Date: Tue, 11 Jan 2022 15:38:21 -0800 Subject: [PATCH] Fix proc_macro_dylib_path when they are built in both opt and debug (#1089) * Fix proc_macro_dylib_path in cases where they are built in both opt and debug * Resolve rustfmt issues * Update test comment --- tools/rust_analyzer/aquery.rs | 75 +++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/tools/rust_analyzer/aquery.rs b/tools/rust_analyzer/aquery.rs index 9bbf8b876b..12164abda4 100644 --- a/tools/rust_analyzer/aquery.rs +++ b/tools/rust_analyzer/aquery.rs @@ -177,6 +177,16 @@ fn consolidate_crate_specs(crate_specs: Vec) -> anyhow::Result