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

Commit 5e80ef5

Browse files
committed
1 parent d9f2f2c commit 5e80ef5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/22874.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
trait Foo {}
2+
fn main() {
3+
let _a: [Foo; 0];
4+
}

0 commit comments

Comments
 (0)