]> git.lizzy.rs Git - rust.git/commitdiff
statics in match arm: compile with -g
authorTamir Duberstein <tamird@gmail.com>
Sun, 8 Nov 2015 18:39:27 +0000 (13:39 -0500)
committerTamir Duberstein <tamird@gmail.com>
Mon, 30 Jan 2017 19:52:59 +0000 (14:52 -0500)
Closes #24956.

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);