From d24bd323db4461dc97b939c716283eb00314852d Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 1 May 2026 16:48:46 +1000 Subject: [PATCH] Rename `tests/ui-fulldeps/hash-stable-is-unstable.*` Part of MCP 983. --- ...table-is-unstable.rs => stable-hash-is-unstable.rs} | 0 ...-unstable.stderr => stable-hash-is-unstable.stderr} | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename tests/ui-fulldeps/{hash-stable-is-unstable.rs => stable-hash-is-unstable.rs} (100%) rename tests/ui-fulldeps/{hash-stable-is-unstable.stderr => stable-hash-is-unstable.stderr} (93%) diff --git a/tests/ui-fulldeps/hash-stable-is-unstable.rs b/tests/ui-fulldeps/stable-hash-is-unstable.rs similarity index 100% rename from tests/ui-fulldeps/hash-stable-is-unstable.rs rename to tests/ui-fulldeps/stable-hash-is-unstable.rs diff --git a/tests/ui-fulldeps/hash-stable-is-unstable.stderr b/tests/ui-fulldeps/stable-hash-is-unstable.stderr similarity index 93% rename from tests/ui-fulldeps/hash-stable-is-unstable.stderr rename to tests/ui-fulldeps/stable-hash-is-unstable.stderr index 4893438853f0..0e5ac0a77820 100644 --- a/tests/ui-fulldeps/hash-stable-is-unstable.stderr +++ b/tests/ui-fulldeps/stable-hash-is-unstable.stderr @@ -1,5 +1,5 @@ error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? - --> $DIR/hash-stable-is-unstable.rs:2:1 + --> $DIR/stable-hash-is-unstable.rs:2:1 | LL | extern crate rustc_data_structures; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -9,7 +9,7 @@ LL | extern crate rustc_data_structures; = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? - --> $DIR/hash-stable-is-unstable.rs:6:1 + --> $DIR/stable-hash-is-unstable.rs:6:1 | LL | extern crate rustc_macros; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -19,7 +19,7 @@ LL | extern crate rustc_macros; = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? - --> $DIR/hash-stable-is-unstable.rs:10:1 + --> $DIR/stable-hash-is-unstable.rs:10:1 | LL | extern crate rustc_middle; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -29,7 +29,7 @@ LL | extern crate rustc_middle; = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? - --> $DIR/hash-stable-is-unstable.rs:15:5 + --> $DIR/stable-hash-is-unstable.rs:15:5 | LL | use rustc_macros::StableHash; | ^^^^^^^^^^^^^^^^^^^^^^^^ @@ -39,7 +39,7 @@ LL | use rustc_macros::StableHash; = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? - --> $DIR/hash-stable-is-unstable.rs:20:10 + --> $DIR/stable-hash-is-unstable.rs:20:10 | LL | #[derive(StableHash)] | ^^^^^^^^^^