diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2015-11-08 13:39:27 -0500 |
|---|---|---|
| committer | Tamir Duberstein <tamird@gmail.com> | 2017-01-30 14:52:59 -0500 |
| commit | 83fe5325d23fc77ff326db168c854cbc28e19258 (patch) | |
| tree | 8a210a705c34632fa8508fb6d0a3d3374ee42c6d | |
| parent | bcca5e64544d55ae090b05048496c478bac22d59 (diff) | |
| download | rust-83fe5325d23fc77ff326db168c854cbc28e19258.tar.gz rust-83fe5325d23fc77ff326db168c854cbc28e19258.zip | |
statics in match arm: compile with -g
Closes #24956.
| -rw-r--r-- | src/test/run-pass/match-arm-statics.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/match-arm-statics.rs b/src/test/run-pass/match-arm-statics.rs index 9700ed24795..78a37f51837 100644 --- a/src/test/run-pass/match-arm-statics.rs +++ b/src/test/run-pass/match-arm-statics.rs @@ -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); |
