summaryrefslogtreecommitdiff
path: root/tests/test_struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_struct.rs')
-rw-r--r--tests/test_struct.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_struct.rs b/tests/test_struct.rs
index 4539be83..2360f208 100644
--- a/tests/test_struct.rs
+++ b/tests/test_struct.rs
@@ -132,6 +132,7 @@ fn with_anon_union() {
}
#[repr(C)]
#[derive(Copy)]
+ #[derive(Debug)]
pub struct Union_Unnamed1 {
pub _bindgen_data_: [u32; 1usize],
}