From 2b091ff3e2f170629020492d756b7f7a3db2a990 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 3 Jul 2023 14:27:23 -0700 Subject: [PATCH] Bless ui-fulldeps/missing-rustc-driver-error The specific crates have changed, but the expected "help" remains. --- tests/ui-fulldeps/missing-rustc-driver-error.stderr | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/tests/ui-fulldeps/missing-rustc-driver-error.stderr b/tests/ui-fulldeps/missing-rustc-driver-error.stderr index ad03ba0103c..939e888e5cb 100644 --- a/tests/ui-fulldeps/missing-rustc-driver-error.stderr +++ b/tests/ui-fulldeps/missing-rustc-driver-error.stderr @@ -10,15 +10,7 @@ error: crate `indexmap` required to be available in rlib format, but was not fou error: crate `hashbrown` required to be available in rlib format, but was not found in this form -error: crate `ahash` required to be available in rlib format, but was not found in this form +error: crate `equivalent` required to be available in rlib format, but was not found in this form -error: crate `once_cell` required to be available in rlib format, but was not found in this form - -error: crate `getrandom` required to be available in rlib format, but was not found in this form - -error: crate `cfg_if` required to be available in rlib format, but was not found in this form - -error: crate `libc` required to be available in rlib format, but was not found in this form - -error: aborting due to 10 previous errors +error: aborting due to 6 previous errors