Skip to content

Commit bc8b18f

Browse files
committed
Fix test
1 parent 9510f05 commit bc8b18f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rules/wf/test.rs

+2
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ fn higher_ranked_inline_bound_on_gat() {
549549

550550
struct fn<T, U> { }
551551

552+
impl<T, U> Fn<T, U> for fn<T, U> { }
553+
552554
trait Bar {
553555
type Item<T>: forall<U> Fn<T, U>;
554556
}

0 commit comments

Comments
 (0)