about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2025-01-14 10:06:22 +0100
committerGitHub <noreply@github.com>2025-01-14 10:06:22 +0100
commit94ffced66747a94554e0e0fa420eb21abdced095 (patch)
tree305c3be3ea313dcbe87f2ebe4bce2de41bd77e8a
parent377dbc96a6d5b7d22b75d4bd98fd00d9e1bb194e (diff)
downloadrust-94ffced66747a94554e0e0fa420eb21abdced095.tar.gz
rust-94ffced66747a94554e0e0fa420eb21abdced095.zip
add note to test
-rw-r--r--tests/ui/traits/trait-upcasting/impossible-method-modulo-binders-2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/trait-upcasting/impossible-method-modulo-binders-2.rs b/tests/ui/traits/trait-upcasting/impossible-method-modulo-binders-2.rs
index bc433605531..c03b5145aa7 100644
--- a/tests/ui/traits/trait-upcasting/impossible-method-modulo-binders-2.rs
+++ b/tests/ui/traits/trait-upcasting/impossible-method-modulo-binders-2.rs
@@ -2,7 +2,7 @@
 //@ revisions: current next
 //@ ignore-compare-mode-next-solver (explicit revisions)
 //@[next] compile-flags: -Znext-solver
-
+// Regression test for #135462.
 #![allow(coherence_leak_check)]
 
 type A = fn(&'static ());