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

Commit 6fd8f0f

Browse files
committed
Merge pull request #69 from wheals/22874
22874
2 parents 52f6c89 + 5e80ef5 commit 6fd8f0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/22874.rs

+4
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)