Closed
Description
opened on Oct 28, 2017
From 0.29 to 0.31, the following code corresponding to nsBaseHashTable
has changed from:
pub struct nsBaseHashtable_EntryPtr<KeyClass, DataType> {
pub mEntry: *mut root::nsBaseHashtable_EntryType<KeyClass, DataType>,
pub mExistingEntry: bool,
pub _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<KeyClass>>,
pub _phantom_1: ::std::marker::PhantomData<::std::cell::UnsafeCell<DataType>>,
}
To:
pub struct nsBaseHashtable_EntryPtr < KeyClass , DataType > {
pub mEntry : * mut root :: nsBaseHashtable_EntryType < KeyClass , DataType > < KeyClass , DataType > ,
pub mExistingEntry : bool ,
// ....
}
Trying to find a test-case now.
Metadata
Assignees
Labels
No labels
Activity