about summary refs log tree commit diff
path: root/tests/coverage/generic-unused-impl.rs
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2025-01-09 13:24:16 +0100
committerlcnr <rust@lcnr.de>2025-01-09 13:55:50 +0100
commitb85b2c60f950252d38ce91b0f1ab535333866b3b (patch)
treeed7ffe352427ce2688156f93af9c198e5bbe0535 /tests/coverage/generic-unused-impl.rs
parent39daadc76ebdb97e0acf242791be129ae1003e16 (diff)
downloadrust-b85b2c60f950252d38ce91b0f1ab535333866b3b.tar.gz
rust-b85b2c60f950252d38ce91b0f1ab535333866b3b.zip
add comment to test
Diffstat (limited to 'tests/coverage/generic-unused-impl.rs')
-rw-r--r--tests/coverage/generic-unused-impl.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coverage/generic-unused-impl.rs b/tests/coverage/generic-unused-impl.rs
index e44b1ca8a1d..86231389450 100644
--- a/tests/coverage/generic-unused-impl.rs
+++ b/tests/coverage/generic-unused-impl.rs
@@ -1,3 +1,4 @@
+// Regression test for #135235.
 trait Foo {
     type Assoc;