]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/match-arm-statics.rs
statics in match arm: compile with -g
[rust.git] / src / test / run-pass / match-arm-statics.rs
index 9700ed247959b43039d5bb8afebdf5a81be1b2e4..78a37f51837860f8d532d2c4c5032491a5ebf7bc 100644 (file)
@@ -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);