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

Commit e927a9a

Browse files
committed
Merge pull request #43 from bltavares/20433
20433
2 parents 65bd1f8 + 473af1c commit e927a9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/20433.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
fn main() {}
2+
3+
struct The;
4+
5+
impl The {
6+
fn iceman(c: Vec<[i32]>) {}
7+
}

0 commit comments

Comments
 (0)