Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit eef6b78

Browse files
authored
Merge pull request #178 from JohnTitor/add-65561
Add issue-65561
2 parents 758a06d + d0c9311 commit eef6b78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ices/65561.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
fn main() {
2+
test();
3+
}
4+
5+
fn test() -> impl TraitA {
6+
test()
7+
}
8+
9+
trait TraitA {}

0 commit comments

Comments
 (0)