Skip to content

Commit

Permalink
statics in match arm: compile with -g
Browse files Browse the repository at this point in the history
Closes #24956.
  • Loading branch information
tamird committed Jan 30, 2017
1 parent bcca5e6 commit 83fe532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-pass/match-arm-statics.rs
Expand Up @@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// compile-flags: -g

#[derive(PartialEq, Eq)]
struct NewBool(bool);
Expand Down

0 comments on commit 83fe532

Please sign in to comment.