about summary refs log tree commit diff
path: root/tests/coverage/generic-unused-impl.rs
diff options
context:
space:
mode:
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;