Skip to content

Commit 94ffced

Browse files
authored
add note to test
1 parent 377dbc9 commit 94ffced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/traits/trait-upcasting/impossible-method-modulo-binders-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//@ revisions: current next
33
//@ ignore-compare-mode-next-solver (explicit revisions)
44
//@[next] compile-flags: -Znext-solver
5-
5+
// Regression test for #135462.
66
#![allow(coherence_leak_check)]
77

88
type A = fn(&'static ());

0 commit comments

Comments
 (0)