Skip to content

Commit 83fe532

Browse files
committed
statics in match arm: compile with -g
Closes #24956.
1 parent bcca5e6 commit 83fe532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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
#[derive(PartialEq, Eq)]
1314
struct NewBool(bool);

0 commit comments

Comments
 (0)