about summary refs log tree commit diff
path: root/tests/ui/drop
diff options
context:
space:
mode:
authorKivooeo <Kivooeo123@gmail.com>2025-07-18 22:06:07 +0500
committerKivooeo <Kivooeo123@gmail.com>2025-07-25 20:38:54 +0500
commite9959aa74e23eb340d6c9e9a4eab807be03b028f (patch)
tree493df6b8c16382a44c1a8a51d5a1f5f7e416e5a7 /tests/ui/drop
parent9f38ca97eab53ba2f431a48bec2343ef52335714 (diff)
downloadrust-e9959aa74e23eb340d6c9e9a4eab807be03b028f.tar.gz
rust-e9959aa74e23eb340d6c9e9a4eab807be03b028f.zip
comments
Diffstat (limited to 'tests/ui/drop')
-rw-r--r--tests/ui/drop/conditional-drop-10734.rs (renamed from tests/ui/drop/conditional-drop-behavior.rs)2
-rw-r--r--tests/ui/drop/trait-object-drop-10802.rs (renamed from tests/ui/drop/trait-object-drop-behavior.rs)2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/drop/conditional-drop-behavior.rs b/tests/ui/drop/conditional-drop-10734.rs
index 6d815aeca07..25f492bf9e0 100644
--- a/tests/ui/drop/conditional-drop-behavior.rs
+++ b/tests/ui/drop/conditional-drop-10734.rs
@@ -1,3 +1,5 @@
+//! Regression test for https://github.com/rust-lang/rust/issues/10734
+
 //@ run-pass
 #![allow(non_upper_case_globals)]
 
diff --git a/tests/ui/drop/trait-object-drop-behavior.rs b/tests/ui/drop/trait-object-drop-10802.rs
index eca701ce98c..a8a955ad833 100644
--- a/tests/ui/drop/trait-object-drop-behavior.rs
+++ b/tests/ui/drop/trait-object-drop-10802.rs
@@ -1,3 +1,5 @@
+//! Regression test for https://github.com/rust-lang/rust/issues/10802
+
 //@ run-pass
 #![allow(dead_code)]