Skip to content

Commit d8f82a6

Browse files
committed
statics in match arm: compile with -g
Currently, this ICEs. See #29696. Also removes duplicate test case.
1 parent 01fc81f commit d8f82a6

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

src/test/run-pass/issue-24956.rs

-20
This file was deleted.

src/test/run-pass/match-arm-statics.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// compile-flags: -g
1112

1213
struct NewBool(bool);
1314

0 commit comments

Comments
 (0)