statics in match arm: compile with -g

Closes #24956.
This commit is contained in:
Tamir Duberstein 2015-11-08 13:39:27 -05:00
parent bcca5e6454
commit 83fe5325d2
No known key found for this signature in database
GPG Key ID: 1C1E98CC8E17BB89

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