From ad7d6502ae903f787ba82fd3ea0da6be88c6722d Mon Sep 17 00:00:00 2001 From: Lin Yihai Date: Mon, 22 Jul 2024 15:58:25 +0800 Subject: [PATCH] test: The latest rustc version should not appear in the test output --- tests/testsuite/lints/implicit_features.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testsuite/lints/implicit_features.rs b/tests/testsuite/lints/implicit_features.rs index 37a12ba69d9..174bc1d4a94 100644 --- a/tests/testsuite/lints/implicit_features.rs +++ b/tests/testsuite/lints/implicit_features.rs @@ -127,7 +127,7 @@ unused_optional_dependency = "allow" .masquerade_as_nightly_cargo(&["cargo-lints", "edition2024"]) .with_stderr_data(str![[r#" [UPDATING] `dummy-registry` index -[LOCKING] 2 packages to latest Rust 1.81.0-nightly compatible versions +[LOCKING] 2 packages to latest Rust [..] compatible versions [CHECKING] foo v0.1.0 ([ROOT]/foo) [FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s