about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBenjamin Schulz <benjamin.schulz@sap.com>2025-06-03 19:35:39 +0200
committerBenjamin Schulz <benjamin.schulz@sap.com>2025-06-03 19:35:39 +0200
commit1e96456b84bd22dd5140dd4feb9108fc87e17da9 (patch)
tree08072401f74e4821613679a84bfb35b9e1073fc1
parented226d2c6b45f76437e417f47f6315b0f3c5b976 (diff)
downloadrust-1e96456b84bd22dd5140dd4feb9108fc87e17da9.tar.gz
rust-1e96456b84bd22dd5140dd4feb9108fc87e17da9.zip
Reference correct PR
-rw-r--r--tests/ui/unused_unit.edition2021.fixed2
-rw-r--r--tests/ui/unused_unit.edition2024.fixed2
-rw-r--r--tests/ui/unused_unit.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/unused_unit.edition2021.fixed b/tests/ui/unused_unit.edition2021.fixed
index cb29688988a..def8ef86e3c 100644
--- a/tests/ui/unused_unit.edition2021.fixed
+++ b/tests/ui/unused_unit.edition2021.fixed
@@ -145,7 +145,7 @@ mod issue14577 {
     }
 }
 
-mod pr_to_be_determined {
+mod pr14962 {
     #[allow(unused_parens)]
     type UnusedParensButNoUnit = Box<dyn (Fn())>;
 }
diff --git a/tests/ui/unused_unit.edition2024.fixed b/tests/ui/unused_unit.edition2024.fixed
index 9870561ff03..f908b958b19 100644
--- a/tests/ui/unused_unit.edition2024.fixed
+++ b/tests/ui/unused_unit.edition2024.fixed
@@ -145,7 +145,7 @@ mod issue14577 {
     }
 }
 
-mod pr_to_be_determined {
+mod pr14962 {
     #[allow(unused_parens)]
     type UnusedParensButNoUnit = Box<dyn (Fn())>;
 }
diff --git a/tests/ui/unused_unit.rs b/tests/ui/unused_unit.rs
index 23421764b35..7298ec40cc2 100644
--- a/tests/ui/unused_unit.rs
+++ b/tests/ui/unused_unit.rs
@@ -145,7 +145,7 @@ mod issue14577 {
     }
 }
 
-mod pr_to_be_determined {
+mod pr14962 {
     #[allow(unused_parens)]
     type UnusedParensButNoUnit = Box<dyn (Fn())>;
 }