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

Commit d9b0e56

Browse files
committed
Add second test case for 69487
Closes #549
1 parent fa76b2a commit d9b0e56

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
File renamed without changes.

ices/69487-2.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
struct Bug {
2+
A: [(); {
3+
let x: usize;
4+
x
5+
}],
6+
}
7+
8+
fn main() {}

0 commit comments

Comments
 (0)