diff options
Diffstat (limited to 'tests/expectations/no_copy.rs')
-rw-r--r-- | tests/expectations/no_copy.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/expectations/no_copy.rs b/tests/expectations/no_copy.rs index 601b65c8..53ab9677 100644 --- a/tests/expectations/no_copy.rs +++ b/tests/expectations/no_copy.rs @@ -7,7 +7,7 @@ /** <div rustbindgen nocopy></div> */ #[repr(C)] #[derive(Debug)] -pub struct Struct_CopiableButWait<T> { +pub struct CopiableButWait<T> { pub whatever: ::std::os::raw::c_int, - pub _phantom0: ::std::marker::PhantomData<T>, + pub _phantom_0: ::std::marker::PhantomData<T>, } |