Skip to content

Commit 614abe4

Browse files
committed
Fix nll test
1 parent 09f0ee5 commit 614abe4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
error: higher-ranked subtype error
2+
--> $DIR/issue-30906.rs:15:5
3+
|
4+
LL | test(Compose(f, |_| {}));
5+
| ^^^^^^^^^^^^^^^^^^^^^^^^
6+
7+
error: aborting due to previous error
8+

0 commit comments

Comments
 (0)